summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Pittman <thepittos@yahoo.com.au>2008-05-03 04:39:29 +0000
committerozmikepittman <ozmikepittman@users.sourceforge.net>2008-05-03 04:39:29 +0000
commitc7e0f1fef7d483ed4e7f0bd0a0bc64566e65eace (patch)
treeca7c1038163b243a3c718be8f21cfdef1a2cada4
parentCmake: Add missing CmakeLists.txt (diff)
downloadinkscape-c7e0f1fef7d483ed4e7f0bd0a0bc64566e65eace.tar.gz
inkscape-c7e0f1fef7d483ed4e7f0bd0a0bc64566e65eace.zip
Removing seemingly dead/unused extension files that are causing a menu problem - See LP#225486
(bzr r5587)
-rw-r--r--share/extensions/randompnt.inx14
-rw-r--r--share/extensions/randompos.inx14
2 files changed, 0 insertions, 28 deletions
diff --git a/share/extensions/randompnt.inx b/share/extensions/randompnt.inx
deleted file mode 100644
index 255e5bc8e..000000000
--- a/share/extensions/randompnt.inx
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Random Point</_name>
- <id>org.inkscape.effect.randompnt</id>
- <dependency type="plugin" location="plugins">randompnt</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- </effects-menu>
- </effect>
- <plugin>
- <name>randompnt</name>
- </plugin>
-</inkscape-extension>
diff --git a/share/extensions/randompos.inx b/share/extensions/randompos.inx
deleted file mode 100644
index 3e436c3fd..000000000
--- a/share/extensions/randompos.inx
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Random Position</_name>
- <id>org.inkscape.effect.randompos</id>
- <dependency type="plugin" location="plugins">randompos</dependency>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- </effects-menu>
- </effect>
- <plugin>
- <name>randompos</name>
- </plugin>
-</inkscape-extension>