diff options
Diffstat (limited to '')
-rw-r--r-- | src/render/Renderer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/render/Renderer.h b/src/render/Renderer.h index 5bf211e4..dc643722 100644 --- a/src/render/Renderer.h +++ b/src/render/Renderer.h @@ -62,10 +62,6 @@ public: static void SortBIGBuildingsForSectorList(CPtrList *list); static bool ShouldModelBeStreamed(CEntity *ent); -#ifdef GTA_ZONECULL - static bool IsEntityCullZoneVisible(CEntity *ent); - static bool IsVehicleCullZoneVisible(CEntity *ent); -#endif static void RemoveVehiclePedLights(CEntity *ent, bool reset); }; |