init_ws_for_output: Remove content argument

This commit is contained in:
Orestis Floros
2018-09-12 16:53:20 +03:00
parent 5976381012
commit f6bb1e22bb
4 changed files with 8 additions and 7 deletions

View File

@ -48,7 +48,7 @@ void output_init_con(Output *output);
* • Create the first unused workspace.
*
*/
void init_ws_for_output(Output *output, Con *content);
void init_ws_for_output(Output *output);
/**
* Initializes the specified output, assigning the specified workspace to it.