From 18f32cfbd6a00e122e2c730f807a82adb2263217 Mon Sep 17 00:00:00 2001 From: Lorenzo Marcantonio Date: Mon, 1 Apr 2013 07:53:38 +0200 Subject: [PATCH] Removed unused defines --- gerbview/rs274d.cpp | 5 ----- gerbview/select_layers_to_pcb.h | 4 ---- 2 files changed, 9 deletions(-) diff --git a/gerbview/rs274d.cpp b/gerbview/rs274d.cpp index e7681bbedd..03c5f6ffd9 100644 --- a/gerbview/rs274d.cpp +++ b/gerbview/rs274d.cpp @@ -62,11 +62,6 @@ * D10 ... D999 = Identification Tool: tool selection */ -// Photoplot actions: -#define GERB_ACTIVE_DRAW 1 // Activate light (lower pen) -#define GERB_STOP_DRAW 2 // Extinguish light (lift pen) -#define GERB_FLASH 3 // Flash - /* Local Functions (are lower case since they are private to this source file) **/ diff --git a/gerbview/select_layers_to_pcb.h b/gerbview/select_layers_to_pcb.h index b2040c9354..c4ad9789b5 100644 --- a/gerbview/select_layers_to_pcb.h +++ b/gerbview/select_layers_to_pcb.h @@ -8,10 +8,6 @@ #include #include -#define BOARD_LAYERS_MAX_COUNT NB_LAYERS -#define BOARD_COPPER_LAYERS_MAX_COUNT NB_COPPER_LAYERS -#define LAYER_UNSELECTED BOARD_LAYERS_MAX_COUNT - /* * This dialog shows the gerber files loaded, and allows user to choose * equivalence tbetween gerber layers and pcb layers