summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2014-07-10 13:19:17 +0100
committerDavid King <amigadave@amigadave.com>2014-07-10 13:20:04 +0100
commitf657bad88ed87df0f5936506fbc1892843114084 (patch)
tree802a0752af43caadb043a936cfd16587e5f9fe11 /src
parent345530b5307abb71282550fc7dc53ca49099dfd7 (diff)
downloadcheese-f657bad88ed87df0f5936506fbc1892843114084.tar.gz
Use new GtkApplication appmenu resource handling
Diffstat (limited to 'src')
-rw-r--r--src/cheese-application.vala5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cheese-application.vala b/src/cheese-application.vala
index 7361c0d8..d3161243 100644
--- a/src/cheese-application.vala
+++ b/src/cheese-application.vala
@@ -113,11 +113,6 @@ public class Cheese.Application : Gtk.Application
Environment.set_application_name (_("Cheese"));
Window.set_default_icon_name ("cheese");
- // Create the menus.
- var builder = new Gtk.Builder.from_resource ("/org/gnome/Cheese/cheese-appmenu.ui");
- var appmenu = builder.get_object ("appmenu") as GLib.MenuModel;
- this.set_app_menu (appmenu);
-
this.add_accelerator ("space", "app.shoot", null);
// FIXME: Push these into the main window initialization.