summaryrefslogtreecommitdiff
path: root/plugingui/filebrowser.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-05-06 18:57:36 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-05-06 18:57:36 +0200
commite0c56549d404efdee32874c4ea8ee73e9b654a83 (patch)
treec57b82ee20953e82eb7e27b867f25185b535d4dd /plugingui/filebrowser.h
parent4d86a47b8cf90beaf0fb90196a46d2d23eba43b7 (diff)
Remove drive list from filebrowser in win32. Generally clean up code.
Diffstat (limited to 'plugingui/filebrowser.h')
-rw-r--r--plugingui/filebrowser.h7
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
};
};