[vlc-devel] commit: Qt: remove unneeded debug. (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Feb 2 02:01:53 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb  1 16:59:42 2009 -0800| [9034aecc7b7c98d8840a49334376c51bcedc2d34] | committer: Jean-Baptiste Kempf 

Qt: remove unneeded debug.

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

 modules/gui/qt4/util/qvlcframe.hpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/util/qvlcframe.hpp b/modules/gui/qt4/util/qvlcframe.hpp
index e7e2099..b48c3ca 100644
--- a/modules/gui/qt4/util/qvlcframe.hpp
+++ b/modules/gui/qt4/util/qvlcframe.hpp
@@ -155,13 +155,11 @@ protected:
     {
         if( keyEvent->key() == Qt::Key_Escape )
         {
-            msg_Dbg( p_intf, "Escp Key pressed" );
             cancel();
         }
         else if( keyEvent->key() == Qt::Key_Return
               || keyEvent->key() == Qt::Key_Enter )
         {
-             msg_Dbg( p_intf, "Enter Key pressed" );
              close();
          }
     }




More information about the vlc-devel mailing list