aboutsummaryrefslogtreecommitdiff
path: root/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui.cpp')
-rw-r--r--gui.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gui.cpp b/gui.cpp
index 5dbf43f..457598b 100644
--- a/gui.cpp
+++ b/gui.cpp
@@ -154,11 +154,7 @@ Simulation *simulation;
static void openBotFileChooser(){
Fl_Native_File_Chooser fc(Fl_Native_File_Chooser::BROWSE_MULTI_FILE);
fc.title("Add bots to sim");
-#ifdef __APPLE__
fc.filter("Robocom Bot Files\t*.rob");
-#else
- fc.filter("Robocom Bot Files (*.rob)\t*.rob");
-#endif
switch(fc.show()) {
case -1: