summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4832d71)
raw | patch | inline | side by side (parent: 4832d71)
author | mderezynski <mderezynski@users.sourceforge.net> | |
Thu, 18 May 2006 19:10:47 +0000 (19:10 +0000) | ||
committer | mderezynski <mderezynski@users.sourceforge.net> | |
Thu, 18 May 2006 19:10:47 +0000 (19:10 +0000) |
src/verbs.cpp | patch | blob | history | |
src/verbs.h | patch | blob | history |
diff --git a/src/verbs.cpp b/src/verbs.cpp
index bec08fe559813f8c54e574efc5b35107c2668e35..079f851b4c60b29e8d08713ca4e86a7bb78afd3f 100644 (file)
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
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 4ed1c6bc9aac622fa9d3071d75ff014104be5c1a..5d364c53bdf6823bcf310b3e3ad812f7cf0cfa8c 100644 (file)
--- a/src/verbs.h
+++ b/src/verbs.h
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
};