Browse Source

Remove broken lrint hack (fix: #3030)

pull/2/head
Rémi Denis-Courmont 17 years ago
parent
commit
a924dfab20
  1. 3
      modules/gui/skins2/controls/ctrl_list.cpp
  2. 3
      modules/gui/skins2/controls/ctrl_tree.cpp

3
modules/gui/skins2/controls/ctrl_list.cpp

@ -35,9 +35,6 @@
#include "../events/evt_mouse.hpp"
#include "../events/evt_scroll.hpp"
#include <vlc_keys.h>
#ifdef sun
# include "solaris_specific.h" // for lrint
#endif
#define SCROLL_STEP 0.05f
#define LINE_INTERVAL 1 // Number of pixels inserted between 2 lines

3
modules/gui/skins2/controls/ctrl_tree.cpp

@ -36,9 +36,6 @@
#include "../events/evt_mouse.hpp"
#include "../events/evt_scroll.hpp"
#include <vlc_keys.h>
#ifdef sun
# include "solaris_specific.h" // for lrint
#endif
#define SCROLL_STEP 0.05
#define LINE_INTERVAL 1 // Number of pixels inserted between 2 lines

Loading…
Cancel
Save