]> git.sesse.net Git - vlc/commitdiff
Qt4: Deactivate FPS showing, since it doesn't work.
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 23 Sep 2008 23:03:56 +0000 (16:03 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 1 Oct 2008 03:28:21 +0000 (20:28 -0700)
(cherry picked from commit cecdd2aa20dc1429741ecef1afe7adc3d1300090)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/components/info_panels.cpp

index a4d623f73d8df0affcf33ca0747f49d08a57ac90..745588eef3383573a4e689a8ba49e53dc225f2f5 100644 (file)
@@ -523,7 +523,7 @@ InputStatsPanel::InputStatsPanel( QWidget *parent,
                            "0", video, "" );
     CREATE_AND_ADD_TO_CAT( vlost_frames_stat, qtr("Lost frames"),
                            "0", video, "" );
-    CREATE_AND_ADD_TO_CAT( vfps_stat, qtr("FPS"), "0", video, "" );
+//    CREATE_AND_ADD_TO_CAT( vfps_stat, qtr("FPS"), "0", video, "" );
 
     CREATE_AND_ADD_TO_CAT( send_stat, qtr("Sent packets"), "0", streaming, "" );
     CREATE_AND_ADD_TO_CAT( send_bytes_stat, qtr("Sent bytes"),