]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/qt4.hpp
Remove useless display pointer
[vlc] / modules / gui / qt4 / qt4.hpp
index 9077cb900d23a4a027e9abe291e8d3e1bb5963ad..3c0dbec9043aa6e31f83111b23bafb873ada02c4 100644 (file)
@@ -75,9 +75,6 @@ struct intf_sys_t
     const char *psz_filepath; /* Last path used in dialogs */
 
     QMenu * p_popup_menu;    /* The right click menu */
-#ifdef Q_WS_X11 /* WTH is this included in ALL files? :( */
-    void *display;
-#endif
 };
 
 #define THEPL p_intf->p_sys->p_playlist