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