summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-07-11 17:36:56 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-08-21 15:16:54 +0000
commit644c1789e93c19e504f3cc287345636f4cc41b41 (patch)
tree24aa51a5ed46e3d3c70c312d90dd9fa3b3be759f /src/verbs.cpp
parentMake potrace a dep, remove previous code (diff)
downloadinkscape-644c1789e93c19e504f3cc287345636f4cc41b41.tar.gz
inkscape-644c1789e93c19e504f3cc287345636f4cc41b41.zip
Remove pixelart dialog
Diffstat (limited to '')
-rw-r--r--src/verbs.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index f36ef4c90..86551939c 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -1261,10 +1261,6 @@ void SelectionVerb::perform(SPAction *action, void *data)
break;
#endif
- case SP_VERB_SELECTION_PIXEL_ART:
- INKSCAPE.dialogs_unhide();
- dt->_dlg_mgr->showDialog("PixelArt");
- break;
case SP_VERB_SELECTION_CREATE_BITMAP:
dt->selection->createBitmapCopy();
break;
@@ -2779,9 +2775,6 @@ Verb *Verb::_base_verbs[] = {
N_("Create one or more paths from a bitmap by tracing it"), INKSCAPE_ICON("bitmap-trace")),
#endif
- new SelectionVerb(SP_VERB_SELECTION_PIXEL_ART, "SelectionPixelArt", N_("Trace Pixel Art..."),
- N_("Create paths using Kopf-Lischinski algorithm to vectorize pixel art"),
- INKSCAPE_ICON("pixelart-trace")),
new SelectionVerb(SP_VERB_SELECTION_CREATE_BITMAP, "SelectionCreateBitmap", N_("Make a _Bitmap Copy"),
N_("Export selection to a bitmap and insert it into document"),
INKSCAPE_ICON("selection-make-bitmap-copy")),