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/editors/space_view3d/view3d_intern.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source/blender/editors/space_view3d/view3d_intern.h') diff --git a/source/blender/editors/space_view3d/view3d_intern.h b/source/blender/editors/space_view3d/view3d_intern.h index 3a6825aacb4..6b5c27b68f4 100644 --- a/source/blender/editors/space_view3d/view3d_intern.h +++ b/source/blender/editors/space_view3d/view3d_intern.h @@ -30,18 +30,11 @@ struct ARegion; struct ARegionType; -struct Base; struct BoundBox; struct Depsgraph; -struct GPUBatch; -struct Mesh; struct Object; -struct SmokeDomainSettings; struct ViewLayer; -struct bAnimVizSettings; struct bContext; -struct bMotionPath; -struct bPoseChannel; struct wmGizmoGroupType; struct wmGizmoType; struct wmKeyConfig; -- cgit v1.2.3