Skip to content
Snippets Groups Projects
Commit 7fcdb6b5 authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Remove debug messages

(Old svn revision: 17829)
parent 6372417c
No related branches found
No related tags found
No related merge requests found
......@@ -246,13 +246,13 @@ xfwmWindowCopyComposite (xfwmWindow * win, xfwmPixmap * pix)
if (!pix->pict)
{
g_warning ("xfwmWindowCopyComposite: Pixmap picture does not exist");
TRACE ("xfwmWindowCopyComposite: Pixmap picture does not exist");
return FALSE;
}
if (!win->pict_format)
{
g_warning ("xfwmWindowCopyComposite: Window picture format is unkown");
TRACE ("xfwmWindowCopyComposite: Window picture format is unkown");
return FALSE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment