summaryrefslogtreecommitdiff
path: root/src/unmovable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unmovable.h')
-rw-r--r--src/unmovable.h6
1 files changed, 0 insertions, 6 deletions
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 */