vlc | branch: master | Ludovic Fauvet <[email protected]> | Thu Jun 21 01:35:59 
2012 +0200| [b27c4c7c68278f897603e343805c1b84fb8c940e] | committer: Rafaël Carré

qt4: remove duplicate callback

Signed-off-by: Rafaël Carré <[email protected]>

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

 modules/gui/qt4/dialogs/external.cpp |    2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/gui/qt4/dialogs/external.cpp 
b/modules/gui/qt4/dialogs/external.cpp
index c251bb1..8edd842 100644
--- a/modules/gui/qt4/dialogs/external.cpp
+++ b/modules/gui/qt4/dialogs/external.cpp
@@ -56,8 +56,6 @@ DialogHandler::DialogHandler (intf_thread_t *p_intf, QObject 
*_parent)
                       Qt::BlockingQueuedConnection);
     question.addCallback(this, SLOT(requestAnswer(void *)),
                          Qt::BlockingQueuedConnection);
-    question.addCallback(this, SLOT(requestAnswer(void *)),
-                         Qt::BlockingQueuedConnection);
     progressBar.addCallback(this, SLOT(startProgressBar(void *)),
                             Qt::BlockingQueuedConnection);
     connect (this,

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to