diff options
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r-- | src/peds/Ped.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 209aeb40..b33be407 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -890,10 +890,6 @@ public: void DebugRenderOnePedText(void); #endif -#ifdef PED_SKIN - void renderLimb(int node); -#endif - #ifdef COMPATIBLE_SAVES virtual void Save(uint8*& buf); virtual void Load(uint8*& buf); |