diff options
author | deva <deva> | 2006-06-15 17:02:48 +0000 |
---|---|---|
committer | deva <deva> | 2006-06-15 17:02:48 +0000 |
commit | d8404ce282917ef81418387f20fc5ee3607be391 (patch) | |
tree | 84980da99b36003f0e81965ab6d80519c23abec3 /client/icons.cc | |
parent | 5f0763f63c085afe16478efc9b9d8f333a2e4e54 (diff) |
Removed annoying printf lines!
Diffstat (limited to 'client/icons.cc')
-rw-r--r-- | client/icons.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/icons.cc b/client/icons.cc index 8d6f804..93fc137 100644 --- a/client/icons.cc +++ b/client/icons.cc @@ -68,7 +68,7 @@ QPixmap *loadIcon(char* fname) int dpix = qApp->desktop()->x11Info().appDpiX(); int dpiy = qApp->desktop()->x11Info().appDpiY(); - printf("DpiX: %d DpiY: %d\n", dpix, dpiy); + // printf("DpiX: %d DpiY: %d\n", dpix, dpiy); #ifdef CAIRO_SVG SVGLoader svg; |