Cleanup: redundant struct declarations
This commit is contained in:
@@ -48,7 +48,6 @@ struct Mesh;
|
||||
struct PBVH;
|
||||
struct PBVHNode;
|
||||
struct SubdivCCG;
|
||||
struct TaskParallelSettings;
|
||||
struct TaskParallelTLS;
|
||||
|
||||
typedef struct PBVH PBVH;
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
|
||||
#include <string.h> /* for memset() */
|
||||
|
||||
struct Link;
|
||||
struct ListBase;
|
||||
|
||||
/** \file
|
||||
|
||||
@@ -23,10 +23,8 @@
|
||||
#ifndef __DRAW_COMMON_H__
|
||||
#define __DRAW_COMMON_H__
|
||||
|
||||
struct DRWCallBuffer;
|
||||
struct DRWPass;
|
||||
struct DRWShadingGroup;
|
||||
struct GPUBatch;
|
||||
struct GPUMaterial;
|
||||
struct ModifierData;
|
||||
struct Object;
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#define __ED_MBALL_H__
|
||||
|
||||
struct Base;
|
||||
struct MetaBall;
|
||||
struct Object;
|
||||
struct UndoType;
|
||||
struct bContext;
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
/* ******************* Registration Function ********************** */
|
||||
|
||||
struct Object;
|
||||
struct SnapObjectContext;
|
||||
struct SnapObjectParams;
|
||||
struct bContext;
|
||||
struct wmKeyConfig;
|
||||
struct wmOperatorType;
|
||||
@@ -107,7 +105,6 @@ bool calculateTransformCenter(struct bContext *C,
|
||||
|
||||
struct Object;
|
||||
struct Scene;
|
||||
struct TransInfo;
|
||||
struct wmGizmoGroup;
|
||||
struct wmGizmoGroupType;
|
||||
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
/* For enum. */
|
||||
#include "DNA_space_types.h"
|
||||
|
||||
struct SnapObjectParams;
|
||||
|
||||
bool peelObjectsTransform(struct TransInfo *t,
|
||||
const float mval[2],
|
||||
const bool use_peel_object,
|
||||
|
||||
Reference in New Issue
Block a user