From 8fdec42ff9b8956f6c502b683dec08141ec20fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Tue, 26 Dec 2017 22:15:20 +0100 Subject: [PATCH] Remove redundant declarations --- src/openrct2/paint/sprite/Misc.cpp | 2 -- src/openrct2/ride/Vehicle.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/openrct2/paint/sprite/Misc.cpp b/src/openrct2/paint/sprite/Misc.cpp index 7504104321..0df9ffb28f 100644 --- a/src/openrct2/paint/sprite/Misc.cpp +++ b/src/openrct2/paint/sprite/Misc.cpp @@ -32,8 +32,6 @@ const uint32 vehicle_particle_base_sprites[] = { 22577, 22589, 22601, 22613, 22625 }; -extern const uint8 * DuckAnimations[]; - /** * rct2: 0x00672AC9 */ diff --git a/src/openrct2/ride/Vehicle.cpp b/src/openrct2/ride/Vehicle.cpp index 79c5e2a93c..a9fc4b8f21 100644 --- a/src/openrct2/ride/Vehicle.cpp +++ b/src/openrct2/ride/Vehicle.cpp @@ -7618,8 +7618,6 @@ static void vehicle_update_reverser_car_bogies(rct_vehicle * vehicle) sprite_move(x, y, z, (rct_sprite *)vehicle); } -extern const LocationXY16 DuckMoveOffset[4]; - /** * Collision Detection * rct2: 0x006DD078