- 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
This commit is contained in:
parent
5b1fb25c55
commit
fcfce3bb14
1 changed files with 0 additions and 7 deletions
|
@ -49,13 +49,6 @@ static QPixmap* question_mark_pix = 0;
|
||||||
|
|
||||||
static bool pixmaps_created = FALSE;
|
static bool pixmaps_created = FALSE;
|
||||||
|
|
||||||
static void create_pixmaps();
|
|
||||||
QPixmap* kwin_get_menu_pix_hack()
|
|
||||||
{
|
|
||||||
create_pixmaps();
|
|
||||||
return menu_pix;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void create_pixmaps()
|
static void create_pixmaps()
|
||||||
{
|
{
|
||||||
if ( pixmaps_created )
|
if ( pixmaps_created )
|
||||||
|
|
Loading…
Reference in a new issue