phoneuis/bubblemanager2/tsrc/unit/shared/bubbletest.h
changeset 30 ebdbd102c78a
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
--- a/phoneuis/bubblemanager2/tsrc/unit/shared/bubbletest.h	Mon May 03 12:31:11 2010 +0300
+++ b/phoneuis/bubblemanager2/tsrc/unit/shared/bubbletest.h	Fri May 14 15:51:57 2010 +0300
@@ -35,16 +35,4 @@
     return ret; \
 }
 
-// style plugin name
-#if defined(Q_OS_SYMBIAN)
-    const char* BUBBLE_STYLE_PLUGIN = \
-        "z:/resource/qt/plugins/phone/bubblestyleplugin.dll";
-#elif defined(Q_OS_WIN)
-    const char* BUBBLE_STYLE_PLUGIN = \
-        "c:/hb/bin/bubblestyleplugin.dll";
-#else // Q_OS_UNIX
-    const char* BUBBLE_STYLE_PLUGIN = \
-        "/home/lib/libbubblestyleplugin.so";
-#endif
-
 #endif // BUBBLETEST_H