diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-06 18:57:36 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-06 18:57:36 +0200 |
commit | e0c56549d404efdee32874c4ea8ee73e9b654a83 (patch) | |
tree | c57b82ee20953e82eb7e27b867f25185b535d4dd /plugingui/filebrowser.h | |
parent | 4d86a47b8cf90beaf0fb90196a46d2d23eba43b7 (diff) |
Remove drive list from filebrowser in win32. Generally clean up code.
Diffstat (limited to 'plugingui/filebrowser.h')
-rw-r--r-- | plugingui/filebrowser.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugingui/filebrowser.h b/plugingui/filebrowser.h index cd389be..6583b53 100644 --- a/plugingui/filebrowser.h +++ b/plugingui/filebrowser.h @@ -31,7 +31,6 @@ #include "button.h" #include "listbox.h" -#include "combobox.h" #include "lineedit.h" #include "label.h" #include "image.h" @@ -69,12 +68,6 @@ private: GUI::Button btn_esc; Image back; - -#ifdef WIN32 - // Only used on win32 - GUI::ComboBox drv; - GUI::Label lbl_drive; -#endif }; }; |