From 6eadd40597f7c537f6a8002e818454b85a457c1f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 25 Aug 2019 16:27:13 +1000 Subject: Cleanup: redundant struct declarations --- source/blender/draw/intern/draw_cache_impl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/draw/intern/draw_cache_impl.h') diff --git a/source/blender/draw/intern/draw_cache_impl.h b/source/blender/draw/intern/draw_cache_impl.h index d392db63938..3e33346c7d8 100644 --- a/source/blender/draw/intern/draw_cache_impl.h +++ b/source/blender/draw/intern/draw_cache_impl.h @@ -23,18 +23,14 @@ #ifndef __DRAW_CACHE_IMPL_H__ #define __DRAW_CACHE_IMPL_H__ -struct CurveCache; struct GPUBatch; struct GPUIndexBuf; struct GPUMaterial; -struct GPUTexture; struct GPUVertBuf; struct ListBase; struct ModifierData; struct PTCacheEdit; struct ParticleSystem; -struct SpaceImage; -struct ToolSettings; struct Curve; struct Lattice; -- cgit v1.2.3