summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/jpeg/qjpeghandler.h
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-12-22 06:33:53 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-12-22 06:33:53 (GMT)
commitc6019a54323629425383b7200498e10e3efa70af (patch)
treec9be2f265c9eeaa24ea03c07e84d84692a635e32 /src/plugins/imageformats/jpeg/qjpeghandler.h
parent5dfea4dc59c01e57dad0d64b8ef2226220256778 (diff)
downloadQt-c6019a54323629425383b7200498e10e3efa70af.zip
Qt-c6019a54323629425383b7200498e10e3efa70af.tar.gz
Qt-c6019a54323629425383b7200498e10e3efa70af.tar.bz2
Remove unused legacy code from the jpeg image plugin
A long time ago, in a Qt version far, far, away there was a parameter string mechanism for asking for header details, requesting scaling, and so on. This has since been replaced with actual real API's and it is no longer possible to pass such parameter strings to the image plugins. This change removes the crufty beloved old code. Reviewed-by: Sarah Smith
Diffstat (limited to 'src/plugins/imageformats/jpeg/qjpeghandler.h')
-rw-r--r--src/plugins/imageformats/jpeg/qjpeghandler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/imageformats/jpeg/qjpeghandler.h b/src/plugins/imageformats/jpeg/qjpeghandler.h
index 654c078..0a14a88 100644
--- a/src/plugins/imageformats/jpeg/qjpeghandler.h
+++ b/src/plugins/imageformats/jpeg/qjpeghandler.h
@@ -66,7 +66,6 @@ public:
private:
int quality;
- QByteArray parameters;
QSize scaledSize;
};