[gnome-documents/wip/cosimoc/view-rework: 34/42] application: remove unused gear-menu action



commit d0de1dcccfeec96aec145d2fd7f9b6696c954568
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sun Aug 7 15:00:29 2016 -0700

    application: remove unused gear-menu action
    
    We previously moved this to the preview.

 src/application.js |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index b483d70..611f724 100644
--- a/src/application.js
+++ b/src/application.js
@@ -482,10 +482,6 @@ const Application = new Lang.Class({
               callback: Lang.bind(this, this._onActionNightMode),
               create_hook: Lang.bind(this, this._nightModeCreateHook),
               state: settings.get_value('night-mode') },
-            { name: 'gear-menu',
-              callback: Utils.actionToggleCallback,
-              state: GLib.Variant.new('b', false),
-              accels: ['F10'] },
             { name: 'view-as',
               callback: Lang.bind(this, this._onActionViewAs),
               create_hook: Lang.bind(this, this._viewAsCreateHook),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]