]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/qt4.hpp
Qt: remove unnecessary macro
[vlc] / modules / gui / qt4 / qt4.hpp
index 1cd012ce67fcc54fcaabd3d3659bc44fe67e986b..470a4d68c2ed725139a5e2889fb11f9f379f64f8 100644 (file)
@@ -115,8 +115,6 @@ struct intf_sys_t
 #define TOGGLEV( x ) { if( x->isVisible() ) x->hide();          \
             else  x->show(); }
 
-#define setLayoutMargins( a, b, c, d, e) setContentsMargins( a, b, c, d )
-
 #define getSettings() p_intf->p_sys->mainSettings
 
 static inline QString QVLCUserDir( vlc_userdir_t type )