From 6eadd40597f7c537f6a8002e818454b85a457c1f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 25 Aug 2019 16:27:13 +1000 Subject: Cleanup: redundant struct declarations --- source/blender/blenlib/BLI_dynstr.h | 1 - source/blender/blenlib/BLI_memiter.h | 1 - source/blender/blenlib/BLI_path_util.h | 2 -- 3 files changed, 4 deletions(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/BLI_dynstr.h b/source/blender/blenlib/BLI_dynstr.h index 72a6a1b0150..87e58d90d3f 100644 --- a/source/blender/blenlib/BLI_dynstr.h +++ b/source/blender/blenlib/BLI_dynstr.h @@ -35,7 +35,6 @@ #include "BLI_compiler_attrs.h" struct DynStr; -struct MemArena; /** The abstract DynStr type */ typedef struct DynStr DynStr; diff --git a/source/blender/blenlib/BLI_memiter.h b/source/blender/blenlib/BLI_memiter.h index 6f6316e15e4..9f5be292dd8 100644 --- a/source/blender/blenlib/BLI_memiter.h +++ b/source/blender/blenlib/BLI_memiter.h @@ -33,7 +33,6 @@ extern "C" { #define BLI_MEMITER_DEFAULT_SIZE (1 << 19) struct BLI_memiter; -struct BLI_memiter_chunk; typedef struct BLI_memiter BLI_memiter; diff --git a/source/blender/blenlib/BLI_path_util.h b/source/blender/blenlib/BLI_path_util.h index 99e86615e50..75d5cb286ac 100644 --- a/source/blender/blenlib/BLI_path_util.h +++ b/source/blender/blenlib/BLI_path_util.h @@ -29,8 +29,6 @@ extern "C" { #include "BLI_compiler_attrs.h" -struct ListBase; - void BLI_setenv(const char *env, const char *val) ATTR_NONNULL(1); void BLI_setenv_if_new(const char *env, const char *val) ATTR_NONNULL(1); const char *BLI_getenv(const char *env) ATTR_NONNULL(1); -- cgit v1.2.3