mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-06 13:29:53 -05:00
remove useless code
optimize code struct remove useless comment remove useless code
This commit is contained in:
parent
0723d678a0
commit
73f19d38af
3 changed files with 19 additions and 62 deletions
|
|
@ -1,8 +1,5 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* Based on labwc (https://github.com/labwc/labwc) */
|
||||
#ifndef LABWC_MEM_H
|
||||
#define LABWC_MEM_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
/*
|
||||
|
|
@ -65,4 +62,3 @@ char *xstrdup(const char *str);
|
|||
(ptr) = NULL; \
|
||||
} while (0)
|
||||
|
||||
#endif /* LABWC_MEM_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue