Commit 9512e645 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Holder.c: remove superflous return

parent bf700ec9
...@@ -185,8 +185,6 @@ void nxagentApplyPlaceholder(Drawable drawable, int x, int y, ...@@ -185,8 +185,6 @@ void nxagentApplyPlaceholder(Drawable drawable, int x, int y,
} }
XFreeGC(nxagentDisplay, gc); XFreeGC(nxagentDisplay, gc);
return;
} }
#ifdef DUMP #ifdef DUMP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment