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:
authorAntonioya <blendergit@gmail.com>2019-03-19 12:54:27 +0300
committerAntonioya <blendergit@gmail.com>2019-03-19 13:03:55 +0300
commit8aeb1dbb27aca735efe0df651710c8523212780d (patch)
tree27c8920e44eadbc085958b265348c9802d275eb5 /source/blender/editors/include/ED_gpencil.h
parentda373c1f0d51717625172eb4daad48310efd20f1 (diff)
GPencil: Cleanup unused code
Diffstat (limited to 'source/blender/editors/include/ED_gpencil.h')
-rw-r--r--source/blender/editors/include/ED_gpencil.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h
index 4c2ffa01bcc..46aca340ea9 100644
--- a/source/blender/editors/include/ED_gpencil.h
+++ b/source/blender/editors/include/ED_gpencil.h
@@ -149,14 +149,6 @@ void ED_gpencil_draw_view3d_annotations(
struct Scene *scene, struct Depsgraph *depsgraph,
struct View3D *v3d, struct ARegion *ar,
bool only3d);
-void ED_gpencil_draw_view3d_object(
- struct wmWindowManager *wm,
- struct Scene *scene,
- struct Depsgraph *depsgraph,
- struct Object *ob,
- struct View3D *v3d,
- struct ARegion *ar,
- bool only3d);
void ED_annotation_draw_ex(
struct Scene *scene,
struct bGPdata *gpd, int winx, int winy,