Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2021-07-20 09:43:43 +0300
committerJeroen Bakker <jeroen@blender.org>2021-07-20 15:49:49 +0300
commit6c5f8bf5aa1da8273babd144f2413d4c93065beb (patch)
tree0925627b6b7e8aed3ac5d20e9338bcd4999d44b3 /source/blender/editors/include
parent9471715720489b36f2472f00363440546e9a07a5 (diff)
Cleanup: Remove redundant forward declarations.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_keyframes_draw.h3
-rw-r--r--source/blender/editors/include/ED_keyframes_keylist.h4
2 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/editors/include/ED_keyframes_draw.h b/source/blender/editors/include/ED_keyframes_draw.h
index ac6dd7dce32..d2d22dd38dc 100644
--- a/source/blender/editors/include/ED_keyframes_draw.h
+++ b/source/blender/editors/include/ED_keyframes_draw.h
@@ -28,10 +28,7 @@ extern "C" {
#endif
struct AnimData;
-struct CacheFile;
-struct DLRBT_Tree;
struct FCurve;
-struct ListBase;
struct MaskLayer;
struct Object;
struct Scene;
diff --git a/source/blender/editors/include/ED_keyframes_keylist.h b/source/blender/editors/include/ED_keyframes_keylist.h
index 14a131b5513..be3eac66771 100644
--- a/source/blender/editors/include/ED_keyframes_keylist.h
+++ b/source/blender/editors/include/ED_keyframes_keylist.h
@@ -31,13 +31,9 @@ struct AnimData;
struct CacheFile;
struct DLRBT_Tree;
struct FCurve;
-struct ListBase;
struct MaskLayer;
struct Object;
struct Scene;
-struct View2D;
-struct bAction;
-struct bActionGroup;
struct bAnimContext;
struct bDopeSheet;
struct bGPDlayer;