Cleanup: remove redundant forward declarations for structs

This commit is contained in:
2023-01-18 18:41:13 +11:00
parent ca3e19f4c5
commit 60d9de767d
98 changed files with 6 additions and 146 deletions

View File

@@ -6,7 +6,6 @@
#pragma once
struct ID;
struct IDProperty;
extern PyTypeObject BPy_IDPropertyUIManager_Type;

View File

@@ -12,7 +12,6 @@ extern PyTypeObject BPyGPUOffScreen_Type;
#define BPyGPUOffScreen_Check(v) (Py_TYPE(v) == &BPyGPUOffScreen_Type)
struct GPUOffscreen;
struct GPUViewport;
typedef struct BPyGPUOffScreen {

View File

@@ -14,7 +14,6 @@
extern "C" {
#endif
struct EnumPropertyItem;
struct ReportList;
/* error reporting */