messagingapp/smartmessaging/ringbc/src/ringbc.cpp
changeset 37 518b245aa84c
parent 23 238255e8b033
child 48 4f501b74aeb1
--- a/messagingapp/smartmessaging/ringbc/src/ringbc.cpp	Mon May 03 12:29:07 2010 +0300
+++ b/messagingapp/smartmessaging/ringbc/src/ringbc.cpp	Fri Jun 25 15:47:40 2010 +0530
@@ -24,7 +24,6 @@
 #include "ringbc.h"
 #include "ringbc_p.h"
 #include "ringbctoneconverter.h"
-#include "s60qconversions.h"
 #include "debugtraces.h"
 
 // ================= MEMBER FUNCTIONS =======================
@@ -72,19 +71,4 @@
     return d_ptr->toneTitle(path);
     }
 
-// ----------------------------------------------------------------------------
-// RingBc::askSaveQuery
-// @see ringbc.h
-// ----------------------------------------------------------------------------
-bool RingBc::askSaveQuery()
-    {
-    QDEBUG_WRITE("RingBc::~RingBc : Enter")
-    bool result =HbMessageBox::question("Save ringing tone ?",
-                                "Save",
-                                "Cancel");
-    
-    QDEBUG_WRITE_FORMAT("RingBc::askSaveQuery  Exit reslut:",result)
-    return result;
-    
-    }
 //  End of File