summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.h
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2016-11-06 15:33:01 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2016-11-06 15:33:01 +0000
commit68c305f169dfe9a273e29dd2aa587f0d59071483 (patch)
tree19a923f03230794f9d064b4d4fddf2edcdc83a31 /src/selection-chemistry.h
parentMinor tweak (diff)
downloadinkscape-68c305f169dfe9a273e29dd2aa587f0d59071483.tar.gz
inkscape-68c305f169dfe9a273e29dd2aa587f0d59071483.zip
further cppification
Fixed bugs: - https://launchpad.net/bugs/1306662 (bzr r15218)
Diffstat (limited to 'src/selection-chemistry.h')
-rw-r--r--src/selection-chemistry.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h
index 969a6e35a..c82c5a4a5 100644
--- a/src/selection-chemistry.h
+++ b/src/selection-chemistry.h
@@ -96,8 +96,6 @@ void sp_redo (SPDesktop *desktop, SPDocument *doc);
void sp_document_get_export_hints (SPDocument * doc, Glib::ustring &filename, float *xdpi, float *ydpi);
-bool fit_canvas_to_selection(SPDesktop *, bool with_margins = false);
-void verb_fit_canvas_to_selection(SPDesktop *);
bool fit_canvas_to_drawing(SPDocument *, bool with_margins = false);
void verb_fit_canvas_to_drawing(SPDesktop *);
void fit_canvas_to_selection_or_drawing(SPDesktop *);