diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-01-13 15:19:07 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-01-13 15:34:20 +0900 |
commit | 22324f21b30d25d1b2076d5dc7501de46c348deb (patch) | |
tree | 88213d6d90e926db4148c7d2bdf3e8b0eb17ffe9 /src/lib/emotion/emotion_smart.c | |
parent | ba31dc71944d209c107f63b383368d0676a783d1 (diff) |
EFL: Mark EOLIAN functions as static when possible
This affects mostly evas filters.
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/emotion_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emotion/emotion_smart.c b/src/lib/emotion/emotion_smart.c index 969780a172..26b440d840 100644 --- a/src/lib/emotion/emotion_smart.c +++ b/src/lib/emotion/emotion_smart.c | |||
@@ -417,7 +417,7 @@ emotion_object_file_get(const Evas_Object *obj) | |||
417 | return file; | 417 | return file; |
418 | } | 418 | } |
419 | 419 | ||
420 | EOLIAN void | 420 | EOLIAN static void |
421 | _emotion_object_efl_file_file_get(Eo *obj EINA_UNUSED, Emotion_Object_Data *sd, const char **file, const char **key) | 421 | _emotion_object_efl_file_file_get(Eo *obj EINA_UNUSED, Emotion_Object_Data *sd, const char **file, const char **key) |
422 | { | 422 | { |
423 | if (file) *file = sd->file; | 423 | if (file) *file = sd->file; |