rm debug prints

This commit is contained in:
Dana Jansens 2003-02-04 03:53:15 +00:00
parent 981876ca64
commit f6085d7801
2 changed files with 0 additions and 2 deletions

View 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

View 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