SDB is enabled with debug mode
[apps/core/preloaded/settings.git] / setting-connectivity / include / setting-connectivity-usb.h
index 56c4bfc..88434c5 100755 (executable)
 #include <setting-connectivity.h>
 #include <devman.h>
 
-#define NUM_PROGRESSBAR 4
-
 #define SETTING_USB_DEBUGGING_DESC "IDS_ST_BODY_DEBUGGING_MODE_LAUNCHES_WHEN_USB_IS_CONNECTED"
 
-enum progressbar_status {
-       STATE_NONE = 0x00,
-       STATE_PROGRESSBAR
-};
-
-typedef struct _button_status button_status;
-
-struct _button_status {
-       Evas_Object *progressbar;       /*  progressbar */
-       Elm_Object_Item *item;  /*  button */
-       int pstate;             /*  progressbar status to show or hide */
-};
-
 static void setting_connectivity_usb_click_softkey_cancel_cb(void *data,
                                                             Evas_Object *obj,
                                                             void *event_info);