From 377ed4b1b4fc4817eb23c0ae31768b37ca3455d2 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 6 Nov 2007 22:34:55 +0000 Subject: Removed unnecessary extern. svn-id: r29440 --- graphics/primitives.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/primitives.h') diff --git a/graphics/primitives.h b/graphics/primitives.h index e062efed37..2bc44d6644 100644 --- a/graphics/primitives.h +++ b/graphics/primitives.h @@ -27,8 +27,9 @@ namespace Graphics { -extern void drawLine(int x0, int y0, int x1, int y1, int color, void (*plotProc)(int, int, int, void *), void *data); +void drawLine(int x0, int y0, int x1, int y1, int color, void (*plotProc)(int, int, int, void *), void *data); } // End of namespace Graphics #endif + -- cgit v1.2.3