Remove dead code.
Task-number: QTBUG-23524 Change-Id: I6a80af450b599022e9242cccec945887b871f2b0 Reviewed-by: Giuseppe D'Angelo <dangelog@gmail.com> Reviewed-by: Jonas Gastal <jgastal@profusion.mobi> Reviewed-by: Robin Burchell <robin+qt@viroteck.net>bb10
parent
696daf0d25
commit
27df9a5a97
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue