diff --git a/include/ext-workspace.h b/include/ext-workspace.h --- a/include/ext-workspace.h +++ b/include/ext-workspace.h @@ -74,7 +74,6 @@ static void ext_workspace_create(uint32_t tag, Monitor *m) { const char *name = tag_name(tag); - struct ext_workspace *ws = ecalloc(1, sizeof(*ws)); ws->tag = tag; ws->m = m;