diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-01-08 09:12:42 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-01-08 09:12:42 +0000 |
| commit | 5152fa24a67180cc38ec360d73ba023598c2f960 (patch) | |
| tree | e1e8e71c820663703a67f9f803db258d989de029 | |
| parent | Patch by Alex Leone to add margins to resize page options in Document Properties (diff) | |
| download | inkscape-5152fa24a67180cc38ec360d73ba023598c2f960.tar.gz inkscape-5152fa24a67180cc38ec360d73ba023598c2f960.zip | |
Removed outdated forward declarations.
(bzr r8953)
| -rw-r--r-- | src/desktop.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/desktop.h b/src/desktop.h index a02a31034..a661d9900 100644 --- a/src/desktop.h +++ b/src/desktop.h @@ -38,10 +38,7 @@ #include "display/rendermode.h" #include "display/snap-indicator.h" -class NRRect; class SPCSSAttr; -struct _GtkWidget; -typedef struct _GtkWidget GtkWidget; struct SPCanvas; struct SPCanvasItem; struct SPCanvasGroup; |
