fix small mem leak
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 16 Aug 2006 23:54:22 +0000 (23:54 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 16 Aug 2006 23:54:22 +0000 (23:54 +0000)
lib/service/iservice.h

index 9d673a8..eff0343 100644 (file)
@@ -346,12 +346,6 @@ TEMPLATE_TYPEDEF(ePtr<iSeekableService>, iSeekableServicePtr);
 
 struct iAudioTrackInfo
 {
-#ifdef SWIG
-private:
-       iAudioTrackInfo();
-       ~iAudioTrackInfo();
-public:
-#endif
 #ifndef SWIG
        std::string m_description;
        std::string m_language; /* iso639 */