diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2020-04-24 09:35:31 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2020-06-05 12:47:43 +0200 |
commit | 628268a102dde3b94b74f1652c6a5e56c2810cb6 (patch) | |
tree | 2092bb80142b616aeca68aaeb6309c6640c5b527 /src/lib/emotion/Emotion.h | |
parent | 91a5312f70169da3c7d64cdfc8ebe12d04de5889 (diff) |
emotion: remove all left overs from removed backends
We removed them in the last release. Make sure we cleanup all the
references and dead code still belonging to it.
Extra note on the Emotion_Module enum removal. While it was exposed in
the public Emotion.h header it is never used anywhere in the code and
has no purpose, thus it can safely be removed.
Reviewed-by: Carsten Haitzler (Rasterman) <raster@rasterman.com>
Differential Revision: https://phab.enlightenment.org/D11941
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/Emotion.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/emotion/Emotion.h b/src/lib/emotion/Emotion.h index d246491153..5f68c09fa7 100644 --- a/src/lib/emotion/Emotion.h +++ b/src/lib/emotion/Emotion.h | |||
@@ -26,8 +26,7 @@ | |||
26 | * | 26 | * |
27 | * A media object library for Evas and Ecore. | 27 | * A media object library for Evas and Ecore. |
28 | * | 28 | * |
29 | * Emotion is a library that allows playing audio and video files, using one of | 29 | * Emotion is a library that allows playing audio and video files. |
30 | * its backends (gstreamer, xine or generic shm player). | ||
31 | * | 30 | * |
32 | * It is integrated into Ecore through its mainloop, and is transparent to the | 31 | * It is integrated into Ecore through its mainloop, and is transparent to the |
33 | * user of the library how the decoding of audio and video is being done. Once | 32 | * user of the library how the decoding of audio and video is being done. Once |
@@ -135,12 +134,6 @@ extern "C" { | |||
135 | * play, seek, change volume, etc. | 134 | * play, seek, change volume, etc. |
136 | */ | 135 | */ |
137 | 136 | ||
138 | enum _Emotion_Module | ||
139 | { | ||
140 | EMOTION_MODULE_XINE, | ||
141 | EMOTION_MODULE_GSTREAMER | ||
142 | }; | ||
143 | |||
144 | enum _Emotion_Event | 137 | enum _Emotion_Event |
145 | { | 138 | { |
146 | EMOTION_EVENT_MENU1, // Escape Menu | 139 | EMOTION_EVENT_MENU1, // Escape Menu |
@@ -265,7 +258,6 @@ enum _Emotion_Aspect | |||
265 | EMOTION_ASPECT_CUSTOM, /**< use custom borders/crop for the video */ | 258 | EMOTION_ASPECT_CUSTOM, /**< use custom borders/crop for the video */ |
266 | }; | 259 | }; |
267 | 260 | ||
268 | typedef enum _Emotion_Module Emotion_Module; | ||
269 | typedef enum _Emotion_Event Emotion_Event; | 261 | typedef enum _Emotion_Event Emotion_Event; |
270 | typedef enum _Emotion_Meta_Info Emotion_Meta_Info; /**< Meta info type to be retrieved. */ | 262 | typedef enum _Emotion_Meta_Info Emotion_Meta_Info; /**< Meta info type to be retrieved. */ |
271 | typedef enum _Emotion_Vis Emotion_Vis; /**< Type of visualization. */ | 263 | typedef enum _Emotion_Vis Emotion_Vis; /**< Type of visualization. */ |