From 7f8e73d6f561a95fc6d7084149ded936f0d69c42 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 22 Dec 2013 03:40:39 -0600 Subject: Update to support latest TQt3 style API --- tdestyles/plastik/plastik.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tdestyles/plastik/plastik.cpp') diff --git a/tdestyles/plastik/plastik.cpp b/tdestyles/plastik/plastik.cpp index 8a4c92a38..7abba20a4 100644 --- a/tdestyles/plastik/plastik.cpp +++ b/tdestyles/plastik/plastik.cpp @@ -2408,7 +2408,6 @@ void PlastikStyle::drawControl(TQ_ControlElement element, int x, y, w, h; r.rect( &x, &y, &w, &h ); - const TQPushButton* button = static_cast( widget ); bool active = (elementFlags & CEF_IsOn) || (elementFlags & CEF_IsDown); bool cornArrow = false; -- cgit v1.2.1