From b8deb52d7b64ff31db23c3a75ea314aeaa8cc513 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 13 Sep 2021 18:43:55 -0700 Subject: [PATCH] smyrna: remove unused LOCATION_X macros --- cmd/smyrna/tvnodes.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cmd/smyrna/tvnodes.h b/cmd/smyrna/tvnodes.h index c99e9b45f..3d67fdb04 100644 --- a/cmd/smyrna/tvnodes.h +++ b/cmd/smyrna/tvnodes.h @@ -11,13 +11,6 @@ #pragma once #include "gui.h" -#define LOCATION_X_CHKSELECTED 16 -#define LOCATION_X_IDLABEL 45 -#define LOCATION_X_CHKVISIBLE 139 -#define LOCATION_X_CHKHIGHLIGHTED 202 -#define LOCATION_X_NAME 276 -#define LOCATION_X_DATA1 356 -#define LOCATION_X_DATA2 561 #ifdef __cplusplus extern "C" { -- 2.40.0