diff --git a/scripts/shared/native/gtac.js b/scripts/shared/native/gtac.js index e900db5a..0fffcfa3 100644 --- a/scripts/shared/native/gtac.js +++ b/scripts/shared/native/gtac.js @@ -1033,16 +1033,6 @@ function isWeatherSupported() { // =========================================================================== -function isRemovingWorldObjectsSupported() { - if(getGame() == GAME_GTA_III) { - return true; - } - - return false; -} - -// =========================================================================== - function arePickupsSupported() { if(isGTAIV()) { return false;