diff -r 608f67c22514 -r 896e9dbc5f19 presetserver/rfspluginsrc/Psrfsplugin.cpp --- 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 _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 ========