From: mderezynski Date: Thu, 18 May 2006 19:10:47 +0000 (+0000) Subject: * Remove text verbs except for the actual class for now X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=10f4a761048ba513447a3ab2d89db0add060c96a;p=inkscape.git * Remove text verbs except for the actual class for now --- diff --git a/src/verbs.cpp b/src/verbs.cpp index bec08fe55..079f851b4 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -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) }; diff --git a/src/verbs.h b/src/verbs.h index 4ed1c6bc9..5d364c53b 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -229,14 +229,6 @@ enum { SP_VERB_FIT_CANVAS_TO_SELECTION, SP_VERB_FIT_CANVAS_TO_DRAWING, SP_VERB_FIT_CANVAS_TO_SELECTION_OR_DRAWING, - -#if 0 - /* Text */ - SP_VERB_TEXT_BOLD, - SP_VERB_TEXT_ITALIC, - SP_VERB_TEXT_UNDERLINE, -#endif - /* Footer */ SP_VERB_LAST };