diff options
author | vayne <vayne@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-03 19:38:09 +0000 |
---|---|---|
committer | vayne <vayne@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-03 19:38:09 +0000 |
commit | 9fde5d09779b50a49b957c083b94b0d2d0b46bb7 (patch) | |
tree | 93c5773d3aa33fea6dd2f33c64c985ca2dc61fa7 | |
parent | 96344b6d9cb32f3b9487fc61f6f50d64391d74fc (diff) |
supposed to be using global m_config here, and this wasn't even getting set.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22425 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | Gui/win32/gui.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Gui/win32/gui.c b/Gui/win32/gui.c index 897469cd1e..bf4f2d4fab 100644 --- a/Gui/win32/gui.c +++ b/Gui/win32/gui.c @@ -62,7 +62,6 @@ DWORD oldtime; NOTIFYICONDATA nid; int console_state = 0; play_tree_t *playtree = NULL; -m_config_t* mconfig = NULL; static HBRUSH colorbrush = NULL; //Handle to colorkey brush static COLORREF windowcolor = RGB(255,0,255); //Windowcolor == colorkey |