Dropped the COMMON_MODIFIERS_MASK define, since it isn't used anymore.

--Sven
This commit is contained in:
Sven Neumann 1999-06-17 21:57:34 +00:00
parent 5fa1df3fc5
commit fb2d95a20a
2 changed files with 0 additions and 4 deletions

View File

@ -46,8 +46,6 @@
#define SQR(x) ((x) * (x))
#define EPSILON 0.00001
#define COMMON_MODIFIERS_MASK (GDK_SHIFT_MASK | GDK_CONTROL_MASK | GDK_MOD1_MASK)
/* global variables--for use in the various paint tools */
PaintCore non_gui_paint_core;

View File

@ -46,8 +46,6 @@
#define SQR(x) ((x) * (x))
#define EPSILON 0.00001
#define COMMON_MODIFIERS_MASK (GDK_SHIFT_MASK | GDK_CONTROL_MASK | GDK_MOD1_MASK)
/* global variables--for use in the various paint tools */
PaintCore non_gui_paint_core;