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

Remove debug code committed by mistake

(Old svn revision: 23991)
parent e36eb164
No related branches found
No related tags found
No related merge requests found
......@@ -424,6 +424,8 @@ myDisplayGrabServer (DisplayInfo *display)
void
myDisplayUngrabServer (DisplayInfo *display)
{
g_return_if_fail (display);
DBG ("entering myDisplayUngrabServer");
display->xgrabcount = display->xgrabcount - 1;
if (display->xgrabcount < 0) /* should never happen */
......
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