ecore_cocoa: don't specify inline

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Jean Guyomarc'h 2015-10-12 18:49:46 +02:00 committed by Cedric BAIL
parent 2c93c73cbd
commit 586c8b4582
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;