Code

* Remove text verbs except for the actual class for now
[inkscape.git] / src / verbs.cpp
index bec08fe559813f8c54e574efc5b35107c2668e35..079f851b4c60b29e8d08713ca4e86a7bb78afd3f 100644 (file)
@@ -2409,13 +2409,6 @@ Verb *Verb::_base_verbs[] = {
                        N_("Fit the canvas to the drawing"), NULL),
     new FitCanvasVerb(SP_VERB_FIT_CANVAS_TO_SELECTION_OR_DRAWING, "FitCanvasToSelectionOrDrawing", N_("Fit Canvas to Selection or Drawing"),
                        N_("Fit the canvas to the current selection or the drawing if there is no selection"), NULL),
-
-#if 0
-    //Text
-    new FitCanvasVerb(SP_VERB_FIT_CANVAS_TO_SELECTION_OR_DRAWING, "FitCanvasToSelectionOrDrawing", N_("Fit Canvas to Selection or Drawing"),
-                       N_("Fit the canvas to the current selection or the drawing if there is no selection"), NULL),
-#endif
-
     /* Footer */
     new Verb(SP_VERB_LAST, " '\"invalid id", NULL, NULL, NULL)
 };