]> Dogcows Code - chaz/openbox/commitdiff
rm debug prints
authorDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 03:53:15 +0000 (03:53 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 03:53:15 +0000 (03:53 +0000)
src/client.cc
src/screen.cc

index 9fd1416e39d342fdf31096caeafb0ef7e2cb0930..1312cac80fb07ff61bceab2be67066531990d4b5 100644 (file)
@@ -1614,7 +1614,6 @@ void Client::installColormap(bool install) const
 {
   XWindowAttributes wa;
   if (XGetWindowAttributes(**otk::display, _window, &wa)) {
-    printf("%snstalling Window Colormap 0x%lx!\n", install ? "I" : "Uni", _window);
     if (install)
       XInstallColormap(**otk::display, wa.colormap);
     else
index 56aa99d916647c04dadf1088acb8d7de3e502413..c42ceeea8f494367d13462e0f393bdc15513075d 100644 (file)
@@ -806,7 +806,6 @@ void Screen::setDesktopName(long i, const otk::ustring &name)
 
 void Screen::installColormap(bool install) const
 {
-  printf("%snstalling Root Colormap!\n", install ? "I" : "Uni");
   if (install)
     XInstallColormap(**otk::display, _info->colormap());
   else
This page took 0.024961 seconds and 4 git commands to generate.