ecore_cocoa: don't specify inline
authorJean Guyomarc'h <jean.guyomarch@openwide.fr>
Mon, 12 Oct 2015 16:49:46 +0000 (18:49 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 1 Dec 2015 20:15:31 +0000 (12:15 -0800)
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/ecore_cocoa/ecore_cocoa.m

index 1227f2a..84ee03b 100644 (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;