From fcfce3bb1463db153268a254b1b977644c7de79c Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 16 Aug 2000 15:37:36 +0000 Subject: [PATCH] - coolo told me to commit this :) (it's unused) -static void create_pixmaps(); -QPixmap* kwin_get_menu_pix_hack() -{ - create_pixmaps(); - return menu_pix; -} - svn path=/trunk/kdebase/kwin/; revision=61269 --- clients/kde1/kde1client.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/clients/kde1/kde1client.cpp b/clients/kde1/kde1client.cpp index 1168b2193a..b39d4999f4 100644 --- a/clients/kde1/kde1client.cpp +++ b/clients/kde1/kde1client.cpp @@ -49,13 +49,6 @@ static QPixmap* question_mark_pix = 0; static bool pixmaps_created = FALSE; -static void create_pixmaps(); -QPixmap* kwin_get_menu_pix_hack() -{ - create_pixmaps(); - return menu_pix; -} - static void create_pixmaps() { if ( pixmaps_created )