summaryrefslogtreecommitdiffstats
path: root/src/gradient-context.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-11-16 19:01:44 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-11-16 19:01:44 +0000
commite197b5955e383543e19afd38efb8320b67edcefc (patch)
tree6edd9bd541eeb0df43a9f86b077f5653fb52788a /src/gradient-context.cpp
parentFix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535 (diff)
downloadinkscape-e197b5955e383543e19afd38efb8320b67edcefc.tar.gz
inkscape-e197b5955e383543e19afd38efb8320b67edcefc.zip
fix warnings and delete gradient pixmap that will not be used
(bzr r4092)
Diffstat (limited to 'src/gradient-context.cpp')
-rw-r--r--src/gradient-context.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gradient-context.cpp b/src/gradient-context.cpp
index 5424b7a3d..df4726967 100644
--- a/src/gradient-context.cpp
+++ b/src/gradient-context.cpp
@@ -29,7 +29,6 @@
#include "message-stack.h"
#include "pixmaps/cursor-gradient.xpm"
#include "pixmaps/cursor-gradient-add.xpm"
-#include "pixmaps/cursor-gradient-delete.xpm"
#include "gradient-context.h"
#include "gradient-chemistry.h"
#include <glibmm/i18n.h>