summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-07-17 03:25:06 -0700
committerAnders Bakken <anders.bakken@nokia.com>2009-07-17 03:25:06 -0700
commit7ddc0e5fb477a9bacb4093878fb0ab0d083b7e3f (patch)
tree9c23364b0934841212cb8c0d4c645c7037a96b61 /src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h
parentc90de88fca469c58cdfc29039d1597cc0c8cd9b2 (diff)
Remove unused function in QDirectFBPaintEngine
drawColorSpan is never called from anywhere so we might as well get rid of the code. Reviewed-by: TrustMe
Diffstat (limited to 'src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h')
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h b/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h
index 8c5877b83c..e57fcc9555 100644
--- a/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h
+++ b/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h
@@ -78,11 +78,9 @@ public:
void drawPixmap(const QRectF &r, const QPixmap &pixmap, const QRectF &sr);
void drawTiledPixmap(const QRectF &r, const QPixmap &pm, const QPointF &sr);
- void drawColorSpans(const QSpan *spans, int count, uint color);
void drawBufferSpan(const uint *buffer, int bufsize,
int x, int y, int length, uint const_alpha);
-
// The following methods simply lock the surface & call the base implementation
void stroke(const QVectorPath &path, const QPen &pen);
void drawPath(const QPainterPath &path);