summaryrefslogtreecommitdiff
path: root/src/surface/surface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/surface/surface.c')
-rw-r--r--src/surface/surface.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/surface/surface.c b/src/surface/surface.c
index f3127bd..c728bad 100644
--- a/src/surface/surface.c
+++ b/src/surface/surface.c
@@ -17,8 +17,6 @@
#define MAX_SURFACES 16
-#define UNUSED(x) ((x) = (x))
-
struct nsfb_surface_s {
enum nsfb_type_e type;
const nsfb_surface_rtns_t *rtns;