Remove annoying debug print
This commit is contained in:
parent
f7c018c48c
commit
20c4c5625d
1 changed files with 0 additions and 1 deletions
1
Skin.cpp
1
Skin.cpp
|
@ -33,7 +33,6 @@ Skin::BuildPlaylist (void)
|
|||
QPixmap tmp;
|
||||
|
||||
QPixmap *img = getPixmap ("pledit.bmp");
|
||||
qDebug ("%d %d", img->size().width(), img->size().height());
|
||||
|
||||
m_playlist->insert (PLS_CORNER_UL_0, img->copy(0, 0, 25, 20));
|
||||
m_playlist->insert (PLS_CORNER_UL_1, img->copy(0, 21, 25, 20));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue