From 27df9a5a9761eebb609d59a78a0d9475873c06de Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Sun, 22 Jan 2012 21:03:27 +0000 Subject: Remove dead code. Task-number: QTBUG-23524 Change-Id: I6a80af450b599022e9242cccec945887b871f2b0 Reviewed-by: Giuseppe D'Angelo Reviewed-by: Jonas Gastal Reviewed-by: Robin Burchell --- src/widgets/styles/qmotifstyle.cpp | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/widgets/styles') diff --git a/src/widgets/styles/qmotifstyle.cpp b/src/widgets/styles/qmotifstyle.cpp index 2d511b2cd3..5941859ca5 100644 --- a/src/widgets/styles/qmotifstyle.cpp +++ b/src/widgets/styles/qmotifstyle.cpp @@ -2254,25 +2254,6 @@ static const char * const qt_minimize_xpm[] = { " ", " "}; -#if 0 // ### not used??? -static const char * const qt_normalize_xpm[] = { - "12 12 2 1", - " s None c None", - ". c black", - " ", - " ", - " . ", - " .. ", - " ... ", - " .... ", - " ..... ", - " ...... ", - " ....... ", - " ", - " ", - " "}; -#endif - static const char * const qt_normalizeup_xpm[] = { "12 12 2 1", " s None c None", -- cgit v1.2.3