Cleanup: remove redundant forward declarations for structs
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
struct ID;
|
||||
struct IDProperty;
|
||||
|
||||
extern PyTypeObject BPy_IDPropertyUIManager_Type;
|
||||
|
||||
@@ -12,7 +12,6 @@ extern PyTypeObject BPyGPUOffScreen_Type;
|
||||
|
||||
#define BPyGPUOffScreen_Check(v) (Py_TYPE(v) == &BPyGPUOffScreen_Type)
|
||||
|
||||
struct GPUOffscreen;
|
||||
struct GPUViewport;
|
||||
|
||||
typedef struct BPyGPUOffScreen {
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct EnumPropertyItem;
|
||||
struct ReportList;
|
||||
|
||||
/* error reporting */
|
||||
|
||||
Reference in New Issue
Block a user