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:
authorCampbell Barton <ideasman42@gmail.com>2019-12-17 02:15:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-17 02:15:22 +0300
commit1ef6be368683b299cc65ee4c0b79ccbd108d2836 (patch)
tree42fd916530164faa3746a2f0ecd55c6260c672e9 /source/blender/blenlib
parentf4d7d5e75d60a372d29a5bab81115b8ba6064062 (diff)
Cleanup: redundant struct declarations
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/BLI_task.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_task.h b/source/blender/blenlib/BLI_task.h
index 05c3d43a0de..24346454a3f 100644
--- a/source/blender/blenlib/BLI_task.h
+++ b/source/blender/blenlib/BLI_task.h
@@ -19,7 +19,6 @@
#include <string.h> /* for memset() */
-struct Link;
struct ListBase;
/** \file