vtprotocols/src/vtprotocolfactory.cpp
branchRCL_3
changeset 49 8e703580edd3
parent 40 7fb4a99d4b6b
--- a/vtprotocols/src/vtprotocolfactory.cpp	Wed Sep 15 12:15:42 2010 +0300
+++ b/vtprotocols/src/vtprotocolfactory.cpp	Wed Oct 13 14:34:55 2010 +0300
@@ -220,15 +220,4 @@
     return audioConfigCommand;
     }
 
-// -----------------------------------------------------------------------------
-// VTProtocolFactory::GetAudioConfigCommandL
-// Get one instance.
-// -----------------------------------------------------------------------------
-//
-EXPORT_C void VTProtocolFactory::DeleteAudioConfigCommandL(MVtAudioConfigCommand* aAudioConfigCommand)
-    {
-    CAudioConfigCommand* audioConfigCommand = static_cast<CAudioConfigCommand*>(aAudioConfigCommand);
-    delete audioConfigCommand;
-    }
-
 // end of file