X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient%2Fquasselui.cpp;fp=src%2Fclient%2Fquasselui.cpp;h=0000000000000000000000000000000000000000;hb=a540a0285feef171e16fd6225b0e045fc5fc52e4;hp=1b070e48186d0ed1ea5c2799f7ef63233772a7bf;hpb=0d8b43cb8f3e1cedd57983c66f2b1108e1df010f;p=quassel.git diff --git a/src/client/quasselui.cpp b/src/client/quasselui.cpp deleted file mode 100644 index 1b070e48..00000000 --- a/src/client/quasselui.cpp +++ /dev/null @@ -1,29 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2005-09 by the Quassel Project * - * devel@quassel-irc.org * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) version 3. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ - -#include "quasselui.h" - -AbstractUi * AbstractUi::_instance = 0; -bool AbstractUi::_visible = false; - -AbstractUi::AbstractUi() { - Q_ASSERT(!_instance); - _instance = this; -}