From d3a2ee8b1c32ea5fa7859d45d4f011f56733d4aa Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 7 May 2013 14:58:27 +0200 Subject: remove dead declaration from QColorMap Change-Id: Idf50084c4688c8bb6b7a2e754cad28266e09271f Reviewed-by: Friedemann Kleint --- src/widgets/util/qcolormap.h | 4 ---- 1 file changed, 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 colormap() const; -#ifdef Q_WS_WIN - static HPALETTE hPal(); -#endif - private: QColormap(); QColormapPrivate *d; -- cgit v1.2.3