Remove the sleep at startup since it has side effects and is a poor solution anyways

This commit is contained in:
o9000 2016-01-07 12:11:09 +01:00
parent b3127478d9
commit 29a34083c9

View file

@ -1434,7 +1434,6 @@ void dnd_drop(XClientMessageEvent *e)
int main(int argc, char *argv[])
{
sleep(1);
start:
init(argc, argv);