[vlc-devel] commit: Cosmetics. (Laurent Aimar )

git version control git at videolan.org
Mon Aug 25 20:34:57 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Aug 25 20:37:46 2008 +0200| [0467e1de012e3645eb9ecf79222d36cd909bf828] | committer: Laurent Aimar 

Cosmetics.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0467e1de012e3645eb9ecf79222d36cd909bf828
---

 modules/services_discovery/upnp_intel.cpp |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/modules/services_discovery/upnp_intel.cpp b/modules/services_discovery/upnp_intel.cpp
index 34b0636..6463329 100644
--- a/modules/services_discovery/upnp_intel.cpp
+++ b/modules/services_discovery/upnp_intel.cpp
@@ -111,21 +111,15 @@ public:
         vlc_mutex_init( &_mutex );
     }
 
-    Lockable( Cookie* c )
-    {
-        Lockable();
-    }
-
     ~Lockable()
     {
-    vlc_mutex_destroy( &_mutex );
+        vlc_mutex_destroy( &_mutex );
     }
 
     void lock() { vlc_mutex_lock( &_mutex ); }
     void unlock() { vlc_mutex_unlock( &_mutex ); }
 
 private:
-
     vlc_mutex_t _mutex;
 };
 




More information about the vlc-devel mailing list