From 3c58bd305b1f3e655db4bd2f030669cca3b4c11b Mon Sep 17 00:00:00 2001 From: upstream svn Date: Thu, 18 Jun 2015 14:27:51 +0000 Subject: [PATCH] Remove some unused defines Possibly remnants from times aMuleCmd had a GUI version... --- .svn-revision | 2 +- src/TextClient.cpp | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.svn-revision b/.svn-revision index c6163113..7054553f 100644 --- a/.svn-revision +++ b/.svn-revision @@ -1 +1 @@ -10873 +10874 diff --git a/src/TextClient.cpp b/src/TextClient.cpp index 9eaaefc0..791a82e7 100644 --- a/src/TextClient.cpp +++ b/src/TextClient.cpp @@ -51,11 +51,6 @@ #include "KnownFile.h" // Needed for Priority Levels #include "DataToText.cpp" // Needed for PriorityToStr -#define APP_INIT_SIZE_X 640 -#define APP_INIT_SIZE_Y 480 - -#define theApp (*((CamulecmdApp*)wxTheApp)) - //------------------------------------------------------------------- enum { -- 2.11.4.GIT