Commit cf8b7e4d authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwidgets: small code cleanup.

parent 337c717f
...@@ -51,7 +51,10 @@ ...@@ -51,7 +51,10 @@
/* include the icon graphic */ /* include the icon graphic */
#include "../../../share/vlc32x32.xpm" #include "../../../share/vlc32x32.xpm"
/* Dialogs Provider */ /* Dialogs Provider */
namespace wxvlc
{
class DialogsProvider: public wxFrame class DialogsProvider: public wxFrame
{ {
public: public:
...@@ -111,6 +114,7 @@ public: ...@@ -111,6 +114,7 @@ public:
UpdateVLC *p_updatevlc_dialog; UpdateVLC *p_updatevlc_dialog;
VLMFrame *p_vlm_dialog; VLMFrame *p_vlm_dialog;
}; };
}
DEFINE_LOCAL_EVENT_TYPE( wxEVT_DIALOG ); DEFINE_LOCAL_EVENT_TYPE( wxEVT_DIALOG );
......
...@@ -163,10 +163,6 @@ namespace wxvlc { ...@@ -163,10 +163,6 @@ namespace wxvlc {
using namespace wxvlc; using namespace wxvlc;
class DialogsProvider;
class PrefsTreeCtrl;
class AutoBuiltPanel;
/***************************************************************************** /*****************************************************************************
* intf_sys_t: description and status of wxwindows interface * intf_sys_t: description and status of wxwindows interface
*****************************************************************************/ *****************************************************************************/
......
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