From 44415a706e2460bb5afd33a4c4efe70a59f3ed13 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 7 Jul 2018 12:01:22 +0200 Subject: [PATCH] Remove unused EXTERN macros Signed-off-by: Stefan Weil --- src/textord/drawedg.cpp | 4 +--- src/textord/pithsync.cpp | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/textord/drawedg.cpp b/src/textord/drawedg.cpp index 0a429b5483..f677969d9f 100644 --- a/src/textord/drawedg.cpp +++ b/src/textord/drawedg.cpp @@ -18,7 +18,7 @@ * **********************************************************************/ -#include "drawedg.h" +#include "drawedg.h" // Include automatically generated configuration file if running autoconf. #ifdef HAVE_CONFIG_H @@ -33,8 +33,6 @@ /** default position */ #define IMAGE_YPOS 0 -#define EXTERN - /** * @name create_edges_window * diff --git a/src/textord/pithsync.cpp b/src/textord/pithsync.cpp index 388b460301..a1084f18e6 100644 --- a/src/textord/pithsync.cpp +++ b/src/textord/pithsync.cpp @@ -28,8 +28,6 @@ #define PROJECTION_MARGIN 10 //arbitrary -#define EXTERN - /********************************************************************** * FPCUTPT::setup *