Commit d0a33a8c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - remove windows only code.

parent 47027e01
...@@ -403,7 +403,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, ...@@ -403,7 +403,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
ui.assoName->hide(); ui.assoName->hide();
ui.assoButton->hide(); ui.assoButton->hide();
#endif #endif
BUTTONACT( ui.assoButton, assoDialog() );
/* interface */ /* interface */
char *psz_intf = config_GetPsz( p_intf, "intf" ); char *psz_intf = config_GetPsz( p_intf, "intf" );
......
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