[latexila] latex menu: remove dead code



commit faf66f011f9fdb9586b17c8942f48398b7b9ae45
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Dec 24 18:32:35 2014 +0100

    latex menu: remove dead code

 src/latex_menu.vala |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/latex_menu.vala b/src/latex_menu.vala
index 70e0b5c..f29b847 100644
--- a/src/latex_menu.vala
+++ b/src/latex_menu.vala
@@ -462,20 +462,12 @@ public class LatexMenu : Gtk.ActionGroup
         Gtk.Action math_env = get_menu_tool_action ("MathEnvironmentsToolItem",
             _("Math Environments"), "math");
 
-        Gtk.Action math_left_del = get_menu_tool_action ("MathLeftDelimitersToolItem",
-            _("Left Delimiters"), "delimiters-left");
-
-        Gtk.Action math_right_del = get_menu_tool_action ("MathRightDelimitersToolItem",
-            _("Right Delimiters"), "delimiters-right");
-
         add_actions (latex_action_entries, this);
         add_action (sectioning);
         add_action (sizes);
         add_action (references);
         add_action (presentation_env);
         add_action (math_env);
-        add_action (math_left_del);
-        add_action (math_right_del);
     }
 
     private Gtk.Action get_menu_tool_action (string name, string? label, string? icon_name)


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