--- a/idlefw/src/framework/homescreen.rss Wed Mar 31 22:04:35 2010 +0300
+++ b/idlefw/src/framework/homescreen.rss Wed Apr 14 16:16:44 2010 +0300
@@ -60,24 +60,3 @@
#endif // __SCALABLE_ICONS
};
}
-
-RESOURCE DIALOG r_homescreen_wait_dialog
- {
- flags = EAknWaitNoteFlags;
- buttons = R_AVKON_SOFTKEYS_EMPTY;
- items =
- {
- DLG_LINE
- {
- type = EAknCtNote;
- id = EGeneralNote;
- control= AVKON_NOTE
- {
- layout = EWaitLayout;
- singular_label = qtn_hs_backup_use_prevented;
- animation = R_QGN_GRAF_WAIT_BAR_ANIM;
- };
- }
- };
- }
-