[vlc-commits] Removes duplicate of MSTRTIME_MAX_SIZE

Rohan Rajpal git at videolan.org
Wed Mar 13 05:22:02 CET 2019


vlc | branch: master | Rohan Rajpal <rohan17089 at iiitd.ac.in> | Mon Mar  4 01:11:47 2019 +0530| [1c5383dedc63c8a05a0c688a842e4d772b029668] | committer: Tristan Matthews

Removes duplicate of MSTRTIME_MAX_SIZE

This was done by commenting out define MSTRTIME_MAX_SIZE
in input_slider.hpp

MSTRTIME_MAX_SIZE is already included via the seekstyle.hpp
input_slider.hpp imports seekstyle.hpp and hence has
MSTRTIME_MAX_SIZE

Closes #21952

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

 modules/gui/qt/util/input_slider.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/gui/qt/util/input_slider.hpp b/modules/gui/qt/util/input_slider.hpp
index 7a64073450..c818cbc47c 100644
--- a/modules/gui/qt/util/input_slider.hpp
+++ b/modules/gui/qt/util/input_slider.hpp
@@ -35,8 +35,6 @@
 #include <QPainter>
 #include <QTime>
 
-#define MSTRTIME_MAX_SIZE 22
-
 class QMouseEvent;
 class QWheelEvent;
 class QHideEvent;



More information about the vlc-commits mailing list