From d2944ffaa8830628182d4e7c944c6cf4763bb115 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Thu, 4 Feb 2010 11:39:36 +0100 Subject: Remove unused code Removed an commented-out, empty functions which was previously there for testing purposes. --- src/gui/painting/qpaintengineex.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gui/painting/qpaintengineex.cpp b/src/gui/painting/qpaintengineex.cpp index faf5a37..99f26a3 100644 --- a/src/gui/painting/qpaintengineex.cpp +++ b/src/gui/painting/qpaintengineex.cpp @@ -592,13 +592,6 @@ void QPaintEngineEx::stroke(const QVectorPath &path, const QPen &pen) } } -/* -void QPaintEngineEx::drawStaticTextItem(const QPointF &position, QStaticTextItem *item) -{ - // ### Make this pure virtual after implementing in all subclasses -} -*/ - void QPaintEngineEx::draw(const QVectorPath &path) { const QBrush &brush = state()->brush; -- cgit v0.12