Cleanup: redundant struct declarations

This commit is contained in:
Campbell Barton 2019-12-17 10:15:22 +11:00
parent f4d7d5e75d
commit 1ef6be3686
6 changed files with 2 additions and 8 deletions

View File

@ -48,7 +48,6 @@ struct Mesh;
struct PBVH;
struct PBVHNode;
struct SubdivCCG;
struct TaskParallelSettings;
struct TaskParallelTLS;
typedef struct PBVH PBVH;

View File

@ -19,7 +19,6 @@
#include <string.h> /* for memset() */
struct Link;
struct ListBase;
/** \file

View 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;

View File

@ -25,7 +25,6 @@
#define __ED_MBALL_H__
struct Base;
struct MetaBall;
struct Object;
struct UndoType;
struct bContext;

View File

@ -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;

View File

@ -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,