ecore_cocoa: don't specify inline

This commit is contained in:
Jean Guyomarc'h 2015-10-12 18:49:46 +02:00 committed by Nicolas Aguirre
parent 4c3134c97f
commit 650852fd8d
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ _ecore_cocoa_event_modifiers(unsigned int mod)
}
static inline Ecore_Event_Key*
static Ecore_Event_Key*
_ecore_cocoa_event_key(NSEvent *event, int keyType)
{
static Eina_Bool compose = EINA_FALSE;