From 0abf14384c36dc980ec9441734246603de929633 Mon Sep 17 00:00:00 2001 From: belugas Date: Sat, 7 Feb 2009 02:38:32 +0000 Subject: (svn r15392) -Codechange: move the spec getter to a place where it's only required, without the use of extern --- src/unmovable.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/unmovable.h') diff --git a/src/unmovable.h b/src/unmovable.h index f640a2ece..777b6af90 100644 --- a/src/unmovable.h +++ b/src/unmovable.h @@ -21,11 +21,5 @@ struct UnmovableSpec { }; -extern const UnmovableSpec _original_unmovable[]; - -static inline const UnmovableSpec *GetUnmovableSpec(UnmovableType type) -{ - return &_original_unmovable[type]; -} #endif /* UNMOVABLE_H */ -- cgit v1.2.3-70-g09d2