From f5d45036d2a444f9ee27311895c430babcf947e5 Mon Sep 17 00:00:00 2001 From: drw Date: Mon, 23 May 2005 23:49:14 +0000 Subject: Remove unnecessary include and fix compiler warning --- (limited to 'noncore/tools') diff --git a/noncore/tools/formatter/formatter.cpp b/noncore/tools/formatter/formatter.cpp index 642196e..2b8cca2 100644 --- a/noncore/tools/formatter/formatter.cpp +++ b/noncore/tools/formatter/formatter.cpp @@ -13,7 +13,6 @@ /* OPIE */ #include #include -#include #include #include #include @@ -56,7 +55,7 @@ using namespace Opie::Core; /* Blah blah blah blah */ -FormatterApp::FormatterApp( QWidget* parent, const char* name, WFlags fl, bool modal ) +FormatterApp::FormatterApp( QWidget* parent, const char* name, WFlags fl, bool /*modal*/ ) : QMainWindow( parent, name, fl ) // : QDialog( parent, name, modal, fl ) { -- cgit v0.9.0.2