Cleanup: redundant struct declarations
This commit is contained in:
@@ -40,7 +40,6 @@ struct MDeformVert;
|
|||||||
struct Main;
|
struct Main;
|
||||||
struct Nurb;
|
struct Nurb;
|
||||||
struct Object;
|
struct Object;
|
||||||
struct Path;
|
|
||||||
struct TextBox;
|
struct TextBox;
|
||||||
struct rctf;
|
struct rctf;
|
||||||
|
|
||||||
|
@@ -27,7 +27,6 @@
|
|||||||
struct ARegion;
|
struct ARegion;
|
||||||
struct bContext;
|
struct bContext;
|
||||||
struct View3D;
|
struct View3D;
|
||||||
struct wmOperator;
|
|
||||||
struct wmOperatorType;
|
struct wmOperatorType;
|
||||||
|
|
||||||
void WM_OT_gpencil_import_svg(struct wmOperatorType *ot);
|
void WM_OT_gpencil_import_svg(struct wmOperatorType *ot);
|
||||||
|
@@ -19,7 +19,6 @@
|
|||||||
#include "BLI_vector.hh"
|
#include "BLI_vector.hh"
|
||||||
|
|
||||||
struct uiBlock;
|
struct uiBlock;
|
||||||
struct rcti;
|
|
||||||
struct bContext;
|
struct bContext;
|
||||||
struct ARegion;
|
struct ARegion;
|
||||||
|
|
||||||
|
@@ -543,7 +543,6 @@ LineartBoundingArea *MOD_lineart_get_bounding_area(LineartRenderBuffer *rb, doub
|
|||||||
|
|
||||||
struct bGPDlayer;
|
struct bGPDlayer;
|
||||||
struct bGPDframe;
|
struct bGPDframe;
|
||||||
struct GpencilModifierData;
|
|
||||||
|
|
||||||
void MOD_lineart_gpencil_generate(LineartRenderBuffer *rb,
|
void MOD_lineart_gpencil_generate(LineartRenderBuffer *rb,
|
||||||
struct Depsgraph *depsgraph,
|
struct Depsgraph *depsgraph,
|
||||||
|
@@ -35,9 +35,6 @@
|
|||||||
#include "DNA_ID.h"
|
#include "DNA_ID.h"
|
||||||
#include "DNA_listBase.h"
|
#include "DNA_listBase.h"
|
||||||
|
|
||||||
struct Object;
|
|
||||||
struct Material;
|
|
||||||
|
|
||||||
/* Notice that we need to have this file although no struct defines.
|
/* Notice that we need to have this file although no struct defines.
|
||||||
* Edge flags and usage flags are used by with scene/object/gpencil modifier bits, and those values
|
* Edge flags and usage flags are used by with scene/object/gpencil modifier bits, and those values
|
||||||
* needs to stay consistent throughout. */
|
* needs to stay consistent throughout. */
|
||||||
|
@@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
struct ReportList;
|
|
||||||
struct wmWindow;
|
struct wmWindow;
|
||||||
|
|
||||||
#include "gizmo/wm_gizmo_wmapi.h"
|
#include "gizmo/wm_gizmo_wmapi.h"
|
||||||
|
Reference in New Issue
Block a user