diff -r 2a272ef608c4 -r 3507212d340e messagingapp/msgui/appengine/src/conversationmsgstorehandler.cpp --- 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 ======================= // ---------------------------------------------------------