summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/directfb/qdirectfbscreen.h
diff options
context:
space:
mode:
authorAnders Bakken <anders@trolltech.com>2009-03-20 15:02:13 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2009-03-25 15:57:17 (GMT)
commit4c1bc57ac5e03a5189716a2ad32d94bb5f71a360 (patch)
tree06d42a1e46b8aa25590ca59fe9450565706b2b2e /src/plugins/gfxdrivers/directfb/qdirectfbscreen.h
parent2474f079d2937c047e9265ed626c120eb32a520f (diff)
downloadQt-4c1bc57ac5e03a5189716a2ad32d94bb5f71a360.zip
Qt-4c1bc57ac5e03a5189716a2ad32d94bb5f71a360.tar.gz
Qt-4c1bc57ac5e03a5189716a2ad32d94bb5f71a360.tar.bz2
Get rid of the setImageColorTable stuff.
It's never necessary. Any surface we ever intend to lock and write to should never have a color table. Reviewed-by: Tom Cooksey
Diffstat (limited to 'src/plugins/gfxdrivers/directfb/qdirectfbscreen.h')
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbscreen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbscreen.h b/src/plugins/gfxdrivers/directfb/qdirectfbscreen.h
index e9a2f63..35dea0d 100644
--- a/src/plugins/gfxdrivers/directfb/qdirectfbscreen.h
+++ b/src/plugins/gfxdrivers/directfb/qdirectfbscreen.h
@@ -104,7 +104,6 @@ public:
#ifndef QT_NO_DIRECTFB_PALETTE
static void setSurfaceColorTable(IDirectFBSurface *surface,
const QImage &image);
- static void setImageColorTable(QImage *image, IDirectFBSurface *surface);
#endif
private: