summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon Phillips <jon@fabricatorz.com>2007-02-11 04:36:37 +0000
committerkidproto <kidproto@users.sourceforge.net>2007-02-11 04:36:37 +0000
commit05ee46054977fef472cf6e327a80dc7c5649fd72 (patch)
treea7871dacc3b2328df756f3c84bddcfe3fad664b4 /src
parentoops...commented out my fix for new cli option...ugh...oops... (diff)
downloadinkscape-05ee46054977fef472cf6e327a80dc7c5649fd72.tar.gz
inkscape-05ee46054977fef472cf6e327a80dc7c5649fd72.zip
Actually, just ditched the whole option...its useless I decided...
(bzr r2359)
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 49df2f3cd..e8f75c756 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -321,12 +321,6 @@ struct poptOption options[] = {
N_("Export files with the bounding box set to the page size (EPS)"),
NULL},
- /*
- {"fit-page-to-drawing", 'S',
- POPT_ARG_NONE, &sp_export_bbox_page, SP_ARG_FIT_PAGE_TO_DRAWING,
- N_("Fits page to drawing and saves changes in place"),
- NULL},
- */
{"query-x", 'X',
POPT_ARG_NONE, &sp_query_x, SP_ARG_QUERY_X,
// TRANSLATORS: "--query-id" is an Inkscape command line option; see "inkscape --help"