summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic_kdm.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc
index e65a63744..256627d0d 100644
--- a/src/tools/dcpomatic_kdm.cc
+++ b/src/tools/dcpomatic_kdm.cc
@@ -305,14 +305,10 @@ private:
void setup_menu (wxMenuBar* m)
{
- auto file = new wxMenu;
-
#ifndef DCPOMATIC_OSX
+ auto file = new wxMenu;
file->Append (wxID_EXIT, _("&Quit"));
-#endif
-
-#ifndef DCPOMATIC_OSX
- wxMenu* edit = new wxMenu;
+ auto edit = new wxMenu;
edit->Append (wxID_PREFERENCES, _("&Preferences...\tCtrl-P"));
#endif