[vlc-devel] [PATCH] Removes duplicate of MSTRTIME_MAX_SIZE
Rohan Rajpal
rohan17089 at iiitd.ac.in
Tue Mar 12 16:18:37 CET 2019
Hi, can someone review this patch? Thanks :)
On Mon, Mar 4, 2019 at 12:54 AM Rohan Rajpal <rohan17089 at iiitd.ac.in> wrote:
> 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
>
>
--
Rohan Rajpal
DSC Lead at IIIT Delhi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190312/97ff8c41/attachment.html>
More information about the vlc-devel
mailing list