From 70e080d6cacad5311ed8322101daaf41a26ca4f7 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 22 Oct 2021 18:59:49 -0700 Subject: [PATCH] smyrna: remove unused 'MAX_BTN_CNT' --- cmd/smyrna/smyrnadefs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index d06bb4052..cc39b06bb 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -112,9 +112,6 @@ typedef struct glCompImage* img; } sdot_op; - - -#define MAX_BTN_CNT 50 typedef struct { float perc; glCompColor c; -- 2.40.0