diff options
Diffstat (limited to 'client/info_gui.cc')
-rw-r--r-- | client/info_gui.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/info_gui.cc b/client/info_gui.cc index f836a92..ac733ff 100644 --- a/client/info_gui.cc +++ b/client/info_gui.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 "info_gui.h" #include <stdio.h> @@ -122,5 +119,3 @@ void InfoGui::info(char *fmt, ...) log("Info: %s", buf); } - -#endif/*USE_GUI*/ |