summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-05-07 14:58:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-07 15:30:05 +0200
commitd3a2ee8b1c32ea5fa7859d45d4f011f56733d4aa (patch)
treeaa69bbd780ef0e0e125c5d124d74964a240186a9 /src
parent07f668ab87972d6c4761496a6c7680d2f9d37021 (diff)
remove dead declaration from QColorMap
Change-Id: Idf50084c4688c8bb6b7a2e754cad28266e09271f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/widgets/util/qcolormap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/widgets/util/qcolormap.h b/src/widgets/util/qcolormap.h
index b869bd9555..963be7e537 100644
--- a/src/widgets/util/qcolormap.h
+++ b/src/widgets/util/qcolormap.h
@@ -78,10 +78,6 @@ public:
const QVector<QColor> colormap() const;
-#ifdef Q_WS_WIN
- static HPALETTE hPal();
-#endif
-
private:
QColormap();
QColormapPrivate *d;