From 58e740c0bdb79a2a7c9dc25b94f599270359efad Mon Sep 17 00:00:00 2001 From: Kp Date: Sat, 21 Dec 2013 23:14:49 +0000 Subject: [PATCH] Remove unused declaration of Center_names --- common/include/editor/centers.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/include/editor/centers.h b/common/include/editor/centers.h index d20a50962..078050a8d 100644 --- a/common/include/editor/centers.h +++ b/common/include/editor/centers.h @@ -26,8 +26,6 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #ifdef __cplusplus -extern char Center_names[MAX_CENTER_TYPES][CENTER_STRING_LENGTH]; - // In centers.c int do_centers_dialog(void); void close_centers_window();