presetserver/rfspluginsrc/Psrfsplugin.cpp
changeset 14 896e9dbc5f19
parent 0 09774dfdd46b
--- a/presetserver/rfspluginsrc/Psrfsplugin.cpp	Tue Jul 06 14:07:20 2010 +0300
+++ b/presetserver/rfspluginsrc/Psrfsplugin.cpp	Wed Aug 18 09:40:26 2010 +0300
@@ -21,11 +21,7 @@
 #include <bautils.h>
 
 _LIT( KPSDatabaseFileName, "pspresets.db" );    // File name of the preset database.
-#if defined __SERIES60_30__ || defined __SERIES60_31__
-_LIT( KPSDatabasePath, "\\data\\" );    // File name of the preset database.
-#else
 _LIT( KPSDatabasePath, "\\private\\10281cb5\\" );            // File name of the preset database.
-#endif
 
 // ======== LOCAL FUNCTIONS ========