mirror of https://github.com/GNOME/gimp.git
Dropped the COMMON_MODIFIERS_MASK define, since it isn't used anymore.
--Sven
This commit is contained in:
parent
5fa1df3fc5
commit
fb2d95a20a
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue