Commit 3b931305 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove broken lrint hack (fix: #3030)

(cherry picked from commit a924dfab)

Conflicts:

	modules/gui/skins2/controls/ctrl_list.cpp
	modules/gui/skins2/controls/ctrl_tree.cpp
parent fc2659d7
...@@ -35,9 +35,6 @@ ...@@ -35,9 +35,6 @@
#include "../events/evt_mouse.hpp" #include "../events/evt_mouse.hpp"
#include "../events/evt_scroll.hpp" #include "../events/evt_scroll.hpp"
#include "vlc_keys.h" #include "vlc_keys.h"
#ifdef sun
# include "solaris_specific.h" // for lrint
#endif
#define SCROLL_STEP 0.05f #define SCROLL_STEP 0.05f
#define LINE_INTERVAL 1 // Number of pixels inserted between 2 lines #define LINE_INTERVAL 1 // Number of pixels inserted between 2 lines
......
...@@ -36,9 +36,6 @@ ...@@ -36,9 +36,6 @@
#include "../events/evt_mouse.hpp" #include "../events/evt_mouse.hpp"
#include "../events/evt_scroll.hpp" #include "../events/evt_scroll.hpp"
#include "vlc_keys.h" #include "vlc_keys.h"
#ifdef sun
# include "solaris_specific.h" // for lrint
#endif
#define SCROLL_STEP 0.05 #define SCROLL_STEP 0.05
#define LINE_INTERVAL 1 // Number of pixels inserted between 2 lines #define LINE_INTERVAL 1 // Number of pixels inserted between 2 lines
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment