From f1f961a43e5602ada047d7a82ad208535cafa6a2 Mon Sep 17 00:00:00 2001 From: Lorenzo Marcantonio Date: Tue, 26 Mar 2013 21:02:23 +0100 Subject: [PATCH] Removed unused define TEXT_VTAB_HEIGHT --- include/worksheet.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/worksheet.h b/include/worksheet.h index 0324969c7c..3f417528b8 100644 --- a/include/worksheet.h +++ b/include/worksheet.h @@ -13,7 +13,6 @@ #define SIZETEXT 60 // worksheet text size #define SIZETEXT_REF 50 // worksheet frame reference text size #define PAS_REF 2000 // no reference markings on worksheet frame -#define TEXT_VTAB_HEIGHT (SIZETEXT * 2) #if defined(KICAD_GOST)