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>2021-04-13 14:43:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-04-13 14:43:07 +0300
commit8c2c49ff9f992e1d7f507118fdeb7be86975346f (patch)
treefe997b7a0443bb355a434d70691a73b8154b9cd0 /source/blender/editors/space_spreadsheet
parent1534da457efcd52d06b2a9c8a488fe26224974b5 (diff)
Cleanup: redundant struct declarations
Diffstat (limited to 'source/blender/editors/space_spreadsheet')
-rw-r--r--source/blender/editors/space_spreadsheet/spreadsheet_draw.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_draw.hh b/source/blender/editors/space_spreadsheet/spreadsheet_draw.hh
index 6828006f4a1..647587ec8b0 100644
--- a/source/blender/editors/space_spreadsheet/spreadsheet_draw.hh
+++ b/source/blender/editors/space_spreadsheet/spreadsheet_draw.hh
@@ -19,7 +19,6 @@
#include "BLI_vector.hh"
struct uiBlock;
-struct rcti;
struct bContext;
struct ARegion;