diff options
| author | Milosz Derezynski <mderezynski@gmail.com> | 2006-05-18 19:10:47 +0000 |
|---|---|---|
| committer | mderezynski <mderezynski@users.sourceforge.net> | 2006-05-18 19:10:47 +0000 |
| commit | 35395b3ed07568fc79b106f8e0dd0823843fad39 (patch) | |
| tree | c4ff5b45992520ba9fac1bd9912eaaca4bb0ac58 /src/verbs.cpp | |
| parent | * Remove unused variables (diff) | |
| download | inkscape-35395b3ed07568fc79b106f8e0dd0823843fad39.tar.gz inkscape-35395b3ed07568fc79b106f8e0dd0823843fad39.zip | |
* Remove text verbs except for the actual class for now
(bzr r881)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
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) }; |
