Remove superflous FREE_SLIST

This commit is contained in:
Axel Wagner 2011-01-26 00:54:35 +01:00
parent da1b65dd86
commit 7a7faff96d
1 changed files with 0 additions and 1 deletions

View File

@ -254,7 +254,6 @@ int main(int argc, char **argv) {
ev_default_destroy();
free_workspaces();
FREE_SLIST(outputs, i3_output);
return 0;
}