--- 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