Skip to content

Commit

Permalink
Remove unused EXTERN macros
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jul 7, 2018
1 parent 7e80a85 commit 44415a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions src/textord/drawedg.cpp
Expand Up @@ -18,7 +18,7 @@
*
**********************************************************************/

#include "drawedg.h"
#include "drawedg.h"

// Include automatically generated configuration file if running autoconf.
#ifdef HAVE_CONFIG_H
Expand All @@ -33,8 +33,6 @@
/** default position */
#define IMAGE_YPOS 0

#define EXTERN

/**
* @name create_edges_window
*
Expand Down
2 changes: 0 additions & 2 deletions src/textord/pithsync.cpp
Expand Up @@ -28,8 +28,6 @@

#define PROJECTION_MARGIN 10 //arbitrary

#define EXTERN

/**********************************************************************
* FPCUTPT::setup
*
Expand Down

0 comments on commit 44415a7

Please sign in to comment.