summaryrefslogtreecommitdiffstats
path: root/src/display/sp-ctrlline.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-01-17 08:28:11 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-01-17 08:28:11 +0000
commitf330d4c03f724554e7106b1b3437f1c9699eb675 (patch)
tree6a3f6d2e6a9b7867ff85e8ff8b0db95f2b7ef0cd /src/display/sp-ctrlline.cpp
parentremove references to about.bg.svg (diff)
downloadinkscape-f330d4c03f724554e7106b1b3437f1c9699eb675.tar.gz
inkscape-f330d4c03f724554e7106b1b3437f1c9699eb675.zip
Upgraded gradient tool =)
(bzr r2228)
Diffstat (limited to 'src/display/sp-ctrlline.cpp')
-rw-r--r--src/display/sp-ctrlline.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/display/sp-ctrlline.cpp b/src/display/sp-ctrlline.cpp
index 96bda9880..f862b64af 100644
--- a/src/display/sp-ctrlline.cpp
+++ b/src/display/sp-ctrlline.cpp
@@ -24,16 +24,9 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
-#include <livarot/Shape.h>
#include <livarot/Path.h>
-struct SPCtrlLine : public SPCanvasItem{
- guint32 rgba;
- NRPoint s, e;
- Shape* shp;
-};
-struct SPCtrlLineClass : public SPCanvasItemClass{};
static void sp_ctrlline_class_init (SPCtrlLineClass *klass);
static void sp_ctrlline_init (SPCtrlLine *ctrlline);