summaryrefslogtreecommitdiffstats
path: root/game/client/chunk_visibility.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/chunk_visibility.hh')
-rw-r--r--game/client/chunk_visibility.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/game/client/chunk_visibility.hh b/game/client/chunk_visibility.hh
deleted file mode 100644
index 70352c9..0000000
--- a/game/client/chunk_visibility.hh
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef CLIENT_CHUNK_VISIBILITY_HH
-#define CLIENT_CHUNK_VISIBILITY_HH 1
-#pragma once
-
-#include "shared/types.hh"
-
-namespace chunk_visibility
-{
-void update_late(void);
-} // namespace chunk_visibility
-
-#endif /* CLIENT_CHUNK_VISIBILITY_HH */