Remove superflous FREE_SLIST

This commit is contained in:
Axel Wagner 2011-01-26 00:54:35 +01:00
parent 31863efc04
commit 17a795aba1
1 changed files with 0 additions and 1 deletions

View File

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