Remove unnecessary code

This commit is contained in:
Alex Kotov 2021-11-22 10:18:50 +05:00
parent 0323b96188
commit 0910c08b14
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
#include <stdlib.h>
Atom wmatom[WMLast], netatom[NetLast];
Atoms atoms_create(Display *const dpy)
{
Atoms atoms = malloc(sizeof(struct Atoms));