removed heynoti dep
[apps/core/preloaded/settings.git] / setting-time / include / setting-time.h
index 6e39f34..8785efd 100755 (executable)
 
 #include <glib-object.h>
 
-#include <heynoti.h>
-
 #include <setting-common-draw-widget.h>
 #include <setting-common-view.h>
 #define ERR_BIGGER_THAN_2037 "Cannot Set the year bigger than 2037"
 #define AUTO_TIME_UPDATE_ON  "Automatic time update is ON!"
-#define SETTING_TIME_AUTO_UPDATE_DESC  "Use network-provided time information"
+#define SETTING_TIME_AUTO_UPDATE_DESC  "IDS_ST_BODY_USE_TIME_PROVIDED_BY_NETWORK"
 
 typedef struct _SettingTimeUG SettingTimeUG;
 
@@ -66,10 +64,8 @@ struct _SettingTimeUG {
        char *caller;
 
        Ecore_Timer *update_timer;
-       Ecore_Timer *heynoti_timer;
        Evas_Object *pop_progress;
        Evas_Object *pop;
-       time_t changed_time;
        Eina_Bool is_datefield_selected;
 
        /*  UI   */