- 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
icc-effect-5.14.5
Simon Hausmann 2000-08-16 15:37:36 +00:00
parent 5b1fb25c55
commit fcfce3bb14
1 changed files with 0 additions and 7 deletions

View File

@ -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 )