Cleanup: Remove unused GSet forward declarations

This commit is contained in:
Hans Goudey
2024-11-23 10:07:25 -05:00
parent 9895ad2479
commit b6b312d98f
3 changed files with 1 additions and 3 deletions

View File

@@ -16,7 +16,6 @@ struct BlendDataReader;
struct Brush;
struct CurveMapping;
struct Depsgraph;
struct GHash;
struct ListBase;
struct MDeformVert;
struct Main;

View File

@@ -32,7 +32,7 @@ bool BLI_session_uid_is_equal(const SessionUID *lhs, const SessionUID *rhs);
uint64_t BLI_session_uid_hash_uint64(const SessionUID *uid);
/* Utility functions to make it possible to create GHash/GSet with UID as a key. */
/* Utility functions to make it possible to create set/map with UID as a key. */
uint BLI_session_uid_ghash_hash(const void *uid_v);
bool BLI_session_uid_ghash_compare(const void *lhs_v, const void *rhs_v);

View File

@@ -13,7 +13,6 @@
#include "ANIM_action.hh"
#include "ANIM_action_legacy.hh"
struct GSet;
struct ListBase;
struct Scene;
struct Sequence;