remove XXX
This commit is contained in:
parent
2cb368cb1b
commit
7fe92962cb
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,6 @@ int main(int argc, char **argv)
|
|||
if (ob_rr_inst == NULL)
|
||||
ob_exit_with_error("Failed to initialize the render library.");
|
||||
|
||||
/* XXX fork self onto other screens */
|
||||
|
||||
XSynchronize(ob_display, xsync);
|
||||
|
||||
/* check for locale support */
|
||||
|
@ -289,6 +287,8 @@ int main(int argc, char **argv)
|
|||
} while (reconfigure);
|
||||
}
|
||||
|
||||
XSync(ob_display, FALSE);
|
||||
|
||||
RrThemeFree(ob_rr_theme);
|
||||
RrInstanceFree(ob_rr_inst);
|
||||
|
||||
|
|
Loading…
Reference in a new issue