[vlc-devel] [PATCH] Removes duplicate of MSTRTIME_MAX_SIZE

Rohan Rajpal rohan17089 at iiitd.ac.in
Sun Mar 3 20:23:47 CET 2019


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
---
 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;
-- 
2.17.1



More information about the vlc-devel mailing list