homescreenapp/examples/localisedhellowidgetplugin/src/localisedhellowidget.cpp
changeset 85 35368b604b28
parent 61 2b1b11a301d2
--- a/homescreenapp/examples/localisedhellowidgetplugin/src/localisedhellowidget.cpp	Wed Aug 18 09:40:07 2010 +0300
+++ b/homescreenapp/examples/localisedhellowidgetplugin/src/localisedhellowidget.cpp	Thu Sep 02 20:17:27 2010 +0300
@@ -78,10 +78,6 @@
 {
     // localisation can be used now
     mText = hbTrId("txt_localisedhellowidgetplugin_button_hello_world2");
-    QString testing = hbTrId("txt_localisedhellowidgetplugin_button_hello_world2"); 
-    testing = hbTrId("txt_localisedhellowidgetplugin_button_hello_world1"); 
-    testing = hbTrId("txt_localisedhellowidgetplugin_dblist_hello_world_title"); 
-    testing = hbTrId("txt_localisedhellowidgetplugin_dblist_hello_world_desc"); 
     mButton->setText(hbTrId("txt_localisedhellowidgetplugin_button_hello_world1"));
     // roothPath is set thus we can use it
     QString iconPath = QDir::toNativeSeparators(mRootPath + "/localisedhellowidgetplugin.png");