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>2020-11-20 04:12:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-20 04:14:50 +0300
commitcf780e0f6705f3e8d7f253a3e1288fd15226f81b (patch)
treef73677122ab91dee7607d4b982de31a48fa75367 /source/blender
parentf166fa67b75fa58a7013c7ee48ca19f5eedfbcf0 (diff)
Cleanup: remove unused off-screen drawing struct
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/include/ED_view3d.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h
index a0246174970..e8aa312f444 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -99,24 +99,6 @@ typedef struct ViewDepths {
bool damaged;
} ViewDepths;
-typedef struct ViewDrawOffscreenContext {
- struct Depsgraph *depsgraph;
- struct Scene *scene;
- int drawtype;
- struct View3D *v3d;
- struct ARegion *region;
- int winx;
- int winy;
- float viewmat[4][4];
- float winmat[4][4];
- bool do_sky;
- bool is_persp;
- const char *viewname;
- const bool do_color_management;
- struct GPUOffScreen *ofs;
- struct GPUViewport *viewport;
-} ViewDrawOffscreenContext;
-
/* Rotate 3D cursor on placement. */
enum eV3DCursorOrient {
V3D_CURSOR_ORIENT_NONE = 0,