summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r--src/newgrf_spritegroup.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h
index e6eb4fbcb..c3753dcfd 100644
--- a/src/newgrf_spritegroup.h
+++ b/src/newgrf_spritegroup.h
@@ -33,17 +33,6 @@ static inline uint32 GetRegister(uint i)
return _temp_store.GetValue(i);
}
-/**
- * Clears the value of a so-called newgrf "register".
- * @param i index of the register
- * @pre i < 0x110
- */
-static inline void ClearRegister(uint i)
-{
- extern TemporaryStorageArray<int32, 0x110> _temp_store;
- _temp_store.StoreValue(i, 0);
-}
-
/* List of different sprite group types */
enum SpriteGroupType {
SGT_REAL,