From 3252c7373abb605db80042c5c16b535de0b91401 Mon Sep 17 00:00:00 2001 From: Anders Bakken Date: Thu, 23 Apr 2009 16:24:54 -0700 Subject: Remove the simpleBrush concept Since we have to update the brush for each paint command anyway keeping the state of the brush and caching the value of simpleBrush makes no sense. Also, most times when filling with a brush QPaintEngineEx::fillRect(const QRect &, const QBrush &) is called in which we never got a brushChanged() anyway. Reviewed-by: Donald --- src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h') diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h b/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h index 3c2cefabdf..e79ec61700 100644 --- a/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h +++ b/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h @@ -96,7 +96,6 @@ public: virtual void clipEnabledChanged(); virtual void penChanged(); - virtual void brushChanged(); virtual void opacityChanged(); virtual void compositionModeChanged(); virtual void renderHintsChanged(); -- cgit v1.2.3