diff -r ae942d28ec0e -r 2455ef1f5bbc javaextensions/bluetooth/bluetoothcommons/bluetoothplatformcontrol/src.s60/s60btdialog.h --- a/javaextensions/bluetooth/bluetoothcommons/bluetoothplatformcontrol/src.s60/s60btdialog.h Tue Aug 31 15:09:22 2010 +0300 +++ b/javaextensions/bluetooth/bluetoothcommons/bluetoothplatformcontrol/src.s60/s60btdialog.h Wed Sep 01 12:33:18 2010 +0100 @@ -57,11 +57,6 @@ TBool ShowBTQueryDialog(const TDesC& aAppName, const TBool aInstalling, TBTGenericQueryNoteType aQueryType); -#ifdef RD_JAVA_S60_RELEASE_10_1_ONWARDS - TBool ShowBTQueryHbDialogL(const TDesC& aBufData); -#endif - - /** * Cancels the asynchronous request to the query list dialog. * @@ -77,9 +72,7 @@ private: // data TRequestStatus mStatus; -#ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS RNotifier mNotifier; -#endif TBTGenericQueryNotiferParamsPckg mQueryParamsPckg; TPckgBuf mQueryResult; };