summaryrefslogtreecommitdiffstats
path: root/src/display/nr-style.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-07-07 18:08:47 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-07-07 18:08:47 +0000
commitb80e2b5bb72ebb814745bd58ccf10bfa617dd7e9 (patch)
tree23b5587685ddf4f15b9a1d3a65a066e49a779455 /src/display/nr-style.h
parentSwitch to nearest neighbor filtering when image is larger than original (diff)
downloadinkscape-b80e2b5bb72ebb814745bd58ccf10bfa617dd7e9.tar.gz
inkscape-b80e2b5bb72ebb814745bd58ccf10bfa617dd7e9.zip
Fix group opacity
(bzr r9508.1.13)
Diffstat (limited to 'src/display/nr-style.h')
-rw-r--r--src/display/nr-style.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/display/nr-style.h b/src/display/nr-style.h
index b2116a6c5..e741e46b4 100644
--- a/src/display/nr-style.h
+++ b/src/display/nr-style.h
@@ -55,7 +55,6 @@ struct NRStyle {
Paint stroke;
float stroke_width;
float miter_limit;
- float opacity;
unsigned int n_dash;
double *dash;
float dash_offset;