diff --git a/Skin.cpp b/Skin.cpp index 4c2d24e..276ecb2 100644 --- a/Skin.cpp +++ b/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));