messagingapp/msgui/appengine/src/conversationmsgstorehandler.cpp
changeset 51 3507212d340e
parent 41 25fe1fe642e3
child 62 fdbe8253b596
--- a/messagingapp/msgui/appengine/src/conversationmsgstorehandler.cpp	Tue Aug 03 21:34:40 2010 +0530
+++ b/messagingapp/msgui/appengine/src/conversationmsgstorehandler.cpp	Fri Aug 06 23:19:50 2010 +0530
@@ -58,10 +58,6 @@
 #define LOC_MMS_RETRIEVING hbTrId("Retrieving message...")   //TODO: localization
 #define LOC_MMS_EXPIRY_DATE hbTrId("txt_messaging_list_expiry_date")
 
-// TODO: read global setting of formats on the phone
-const QString DATE_FORMAT("dd/MM");
-const QString TIME_FORMAT("hh:mm");
-
 // ================= MEMBER FUNCTIONS =======================
 
 // ---------------------------------------------------------