summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguifunctions_wince.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2010-07-16 10:15:49 +0200
committerJoerg Bornemann <joerg.bornemann@nokia.com>2010-07-16 11:39:34 +0200
commit7a0b487ec10abd71bda6053021749740dc0ac545 (patch)
treeaa528901eacbefb9e08f0a1a5eacb0aeea1cb779 /src/gui/kernel/qguifunctions_wince.cpp
parent0cd82fc6a7f2e28b46201b0870b246f8a69127fa (diff)
unused struct DIBINFO removed from qguifunctions_wince.cpp
Reviewed-by: Martin Petersson
Diffstat (limited to 'src/gui/kernel/qguifunctions_wince.cpp')
-rw-r--r--src/gui/kernel/qguifunctions_wince.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui/kernel/qguifunctions_wince.cpp b/src/gui/kernel/qguifunctions_wince.cpp
index f5004b09ff..cafddbf612 100644
--- a/src/gui/kernel/qguifunctions_wince.cpp
+++ b/src/gui/kernel/qguifunctions_wince.cpp
@@ -131,15 +131,6 @@ static void resolveAygLibs()
}
}
-struct DIBINFO : public BITMAPINFO
-{
- RGBQUAD arColors[255];
-
- operator LPBITMAPINFO() { return (LPBITMAPINFO) this; }
- operator LPBITMAPINFOHEADER() { return &bmiHeader; }
- RGBQUAD* ColorTable() { return bmiColors; }
-};
-
int qt_wince_GetDIBits(HDC /*hdc*/ , HBITMAP hSourceBitmap, uint, uint, LPVOID lpvBits, LPBITMAPINFO, uint)
{
if (!lpvBits) {