summaryrefslogtreecommitdiff
path: root/client/aboutwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/aboutwindow.cc')
-rw-r--r--client/aboutwindow.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/aboutwindow.cc b/client/aboutwindow.cc
index 9be7c32..0d6ca8f 100644
--- a/client/aboutwindow.cc
+++ b/client/aboutwindow.cc
@@ -24,9 +24,6 @@
* along with MIaV; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include <config.h>
-#ifdef USE_GUI
-
#include "aboutwindow.h"
#include <QPainter>
@@ -91,4 +88,3 @@ void AboutWindow::paintEvent( QPaintEvent *event )
painter.end();
}
-#endif /*USE_GUI*/