[gimp] Remove unused #define STATUSBAR_SIZE 200



commit ae70da3e7240f1d0d27366f09e2c761397f84d24
Author: Michael Natterer <mitch gimp org>
Date:   Tue Nov 3 15:43:32 2009 +0100

    Remove unused #define STATUSBAR_SIZE 200

 app/tools/gimppainttool.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimppainttool.c b/app/tools/gimppainttool.c
index d2a9637..fed87b2 100644
--- a/app/tools/gimppainttool.c
+++ b/app/tools/gimppainttool.c
@@ -50,8 +50,7 @@
 #include "gimp-intl.h"
 
 
-#define HANDLE_SIZE    15
-#define STATUSBAR_SIZE 200
+#define HANDLE_SIZE 15
 
 
 static GObject * gimp_paint_tool_constructor (GType                  type,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]