diff options
| author | Mike Pittman <thepittos@yahoo.com.au> | 2008-05-03 10:28:51 +0000 |
|---|---|---|
| committer | ozmikepittman <ozmikepittman@users.sourceforge.net> | 2008-05-03 10:28:51 +0000 |
| commit | bab81060fedbc8d6a58b099268157cde8e69f0b3 (patch) | |
| tree | f695aec316b2870f756f68294a2dad7dc1fccc4c | |
| parent | Removing seemingly dead/unused extension files that are causing a menu proble... (diff) | |
| download | inkscape-bab81060fedbc8d6a58b099268157cde8e69f0b3.tar.gz inkscape-bab81060fedbc8d6a58b099268157cde8e69f0b3.zip | |
Removed entries for removed/dead extensions (randompnt.inx and randompos.inx). Discussion in LP#225486.
(bzr r5588)
| -rw-r--r-- | po/POTFILES.in | 2 | ||||
| -rw-r--r-- | share/extensions/Makefile.am | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 944e5dcd3..b47069392 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -373,8 +373,6 @@ src/winmain.cpp [type: gettext/xml] share/extensions/perspective.inx [type: gettext/xml] share/extensions/ps_input.inx [type: gettext/xml] share/extensions/radiusrand.inx -[type: gettext/xml] share/extensions/randompnt.inx -[type: gettext/xml] share/extensions/randompos.inx [type: gettext/xml] share/extensions/render_alphabetsoup.inx [type: gettext/xml] share/extensions/render_barcode.inx [type: gettext/xml] share/extensions/restack.inx diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index 003ec9252..b41b4a417 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -187,8 +187,6 @@ modules = \ perspective.inx \ ps_input.inx \ radiusrand.inx \ - randompnt.inx \ - randompos.inx \ render_barcode.inx \ render_alphabetsoup.inx \ restack.inx \ @@ -229,3 +227,4 @@ EXTRA_DIST = \ radiobutton_example.inx \ $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA) + |
