Revert "Add notification privilege & Modify instant message"
[apps/core/preloaded/indicator-win.git] / daemon / ticker.h
index eb219d5..7a2da2a 100644 (file)
 #ifndef __INDICATOR_TICKER_H__
 #define __INDICATOR_TICKER_H__
 
-typedef enum _indicator_animated_icon_type {
-       INDICATOR_ANIMATED_ICON_NONE = -1,
-       INDICATOR_ANIMATED_ICON_DOWNLOAD = 1,
-       INDICATOR_ANIMATED_ICON_UPLOAD,
-       INDICATOR_ANIMATED_ICON_INSTALL,
-} indicator_animated_icon_type;
-
 typedef struct ticker {
+       Evas_Object *win;
        Evas_Object *scroller;
-       Evas_Object *textblock;
        Ecore_Timer *timer;
        Eina_List *ticker_list;
-       int current_page;
-       int cursor_pos;
 } ticker_info_s;
 
 extern int ticker_init(void *data);