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>2012-04-23 10:37:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-23 10:37:16 +0400
commitbb17a6b8f86e47c53e4a050202ea0c502c254368 (patch)
tree29a4ca2dc59d23cbca2e1f84b8ae800f5b810727 /source/blender/editors/include/ED_view3d.h
parent8baa5fbde21f55a2e8cfa5f515767e00038fca78 (diff)
fix [#31064] Save confirmation stops showing
also comment unused functions.
Diffstat (limited to 'source/blender/editors/include/ED_view3d.h')
-rw-r--r--source/blender/editors/include/ED_view3d.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h
index 98220ff324e..f886c01039e 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -311,8 +311,11 @@ void ED_view3D_background_image_remove(struct View3D *v3d, struct BGpic *bgpic);
void ED_view3D_background_image_clear(struct View3D *v3d);
/* view matrix properties utilities */
+/* unused */
+#if 0
void ED_view3d_operator_properties_viewmat(struct wmOperatorType *ot);
void ED_view3d_operator_properties_viewmat_set(struct bContext *C, struct wmOperator *op);
void ED_view3d_operator_properties_viewmat_get(struct wmOperator *op, int *winx, int *winy, float persmat[4][4]);
+#endif
#endif /* __ED_VIEW3D_H__ */