diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-09-05 22:01:24 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-09-05 22:01:24 +0000 |
| commit | 9f4c787cd772c585ffa7be104bffc8ee62114728 (patch) | |
| tree | 35ad94e63234b1309f4e2f951fd65045a3e9f1ab /src/document.h | |
| parent | update (diff) | |
| download | inkscape-9f4c787cd772c585ffa7be104bffc8ee62114728.tar.gz inkscape-9f4c787cd772c585ffa7be104bffc8ee62114728.zip | |
patch by Adrian Johnson for 166678
(bzr r8561)
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/document.h b/src/document.h index 63ca221a2..696e568ad 100644 --- a/src/document.h +++ b/src/document.h @@ -185,14 +185,12 @@ SPDocument *sp_document_create(Inkscape::XML::Document *rdoc, gchar const *uri, gdouble sp_document_width(SPDocument *document); gdouble sp_document_height(SPDocument *document); -gboolean sp_document_landscape(SPDocument *document); Geom::Point sp_document_dimensions(SPDocument *document); struct SPUnit; void sp_document_set_width(SPDocument *document, gdouble width, const SPUnit *unit); void sp_document_set_height(SPDocument *document, gdouble height, const SPUnit *unit); -void sp_document_set_landscape(SPDocument *document, gboolean landscape); #define SP_DOCUMENT_URI(d) (d->uri) #define SP_DOCUMENT_NAME(d) (d->name) |
