remove dead declaration from QColorMap

Change-Id: Idf50084c4688c8bb6b7a2e754cad28266e09271f
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Joerg Bornemann 2013-05-07 14:58:27 +02:00 committed by The Qt Project
parent 07f668ab87
commit d3a2ee8b1c

View File

@ -78,10 +78,6 @@ public:
const QVector<QColor> colormap() const;
#ifdef Q_WS_WIN
static HPALETTE hPal();
#endif
private:
QColormap();
QColormapPrivate *d;