diff options
Diffstat (limited to 'src/screen.cc')
| -rw-r--r-- | src/screen.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screen.cc b/src/screen.cc index 56aa99d9..c42ceeea 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -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 |
