summaryrefslogtreecommitdiffstats
path: root/src/widgets/icon.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2009-04-16 18:23:38 +0000
committertweenk <tweenk@users.sourceforge.net>2009-04-16 18:23:38 +0000
commitc667812e7f2daef862909e1a5b6b06d35260119d (patch)
tree1b7bb7786d8316f14e3f05afa967242bfae15b94 /src/widgets/icon.h
parentRestore 0.46 placement of node alignment buttons (diff)
downloadinkscape-c667812e7f2daef862909e1a5b6b06d35260119d.tar.gz
inkscape-c667812e7f2daef862909e1a5b6b06d35260119d.zip
Fix most icon issues: blurry icons, tiling, etc. (hooray!)
(bzr r7721)
Diffstat (limited to 'src/widgets/icon.h')
-rw-r--r--src/widgets/icon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/icon.h b/src/widgets/icon.h
index 45ab82223..1e2e04e10 100644
--- a/src/widgets/icon.h
+++ b/src/widgets/icon.h
@@ -30,7 +30,6 @@ struct SPIcon {
gchar *name;
GdkPixbuf *pb;
- GdkPixbuf *pb_faded;
};
struct SPIconClass {