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 a489370c1a
commit 22e71eca07
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;