Skip to content

Commit 44415a7

Browse files
committed
Remove unused EXTERN macros
Signed-off-by: Stefan Weil <[email protected]>
1 parent 7e80a85 commit 44415a7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/textord/drawedg.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
**********************************************************************/
2020

21-
#include "drawedg.h"
21+
#include "drawedg.h"
2222

2323
// Include automatically generated configuration file if running autoconf.
2424
#ifdef HAVE_CONFIG_H
@@ -33,8 +33,6 @@
3333
/** default position */
3434
#define IMAGE_YPOS 0
3535

36-
#define EXTERN
37-
3836
/**
3937
* @name create_edges_window
4038
*

src/textord/pithsync.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828

2929
#define PROJECTION_MARGIN 10 //arbitrary
3030

31-
#define EXTERN
32-
3331
/**********************************************************************
3432
* FPCUTPT::setup
3533
*

0 commit comments

Comments
 (0)