useless global variables

SVN revision: 39986
This commit is contained in:
Vincent Torri 2009-04-11 14:03:42 +00:00
parent 166c8b63df
commit 3ae0534f12
1 changed files with 0 additions and 6 deletions

View File

@ -23,12 +23,6 @@
extern "C" {
#endif
EAPI extern int ECORE_QUARTZ_EVENT_KEY_DOWN;
EAPI extern int ECORE_QUARTZ_EVENT_KEY_UP;
EAPI extern int ECORE_QUARTZ_EVENT_MOUSE_BUTTON_DOWN;
EAPI extern int ECORE_QUARTZ_EVENT_MOUSE_BUTTON_UP;
EAPI extern int ECORE_QUARTZ_EVENT_MOUSE_MOVE;
EAPI extern int ECORE_QUARTZ_EVENT_MOUSE_WHEEL;
EAPI extern int ECORE_QUARTZ_EVENT_GOT_FOCUS;
EAPI extern int ECORE_QUARTZ_EVENT_LOST_FOCUS;
EAPI extern int ECORE_QUARTZ_EVENT_RESIZE;