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:
authorAntonio Vazquez <blendergit@gmail.com>2020-08-13 17:57:42 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-08-13 17:57:42 +0300
commit735c717a63c8870d2ef4a910d82a2648cbaaa5e1 (patch)
tree4cff1cfe01053b8cc188cc69e1c2c60946fe37cc /source/blender/draw/intern/draw_cache.h
parentcba7391d4a42a44efeddae3ff717e542a3c73738 (diff)
parent53683dec7d9ac9f324ff91904c9f80b8018b9b9c (diff)
Merge branch 'master' into greasepencil-edit-curve
Diffstat (limited to 'source/blender/draw/intern/draw_cache.h')
-rw-r--r--source/blender/draw/intern/draw_cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_cache.h b/source/blender/draw/intern/draw_cache.h
index 5f1744a7aec..8597f86f8e6 100644
--- a/source/blender/draw/intern/draw_cache.h
+++ b/source/blender/draw/intern/draw_cache.h
@@ -33,7 +33,6 @@ struct VolumeGrid;
struct bGPDstroke;
void DRW_shape_cache_free(void);
-void DRW_shape_cache_reset(void);
/* 3D cursor */
struct GPUBatch *DRW_cache_cursor_get(bool crosshair_lines);