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:
Diffstat (limited to 'source/blender/draw/intern/draw_view.hh')
-rw-r--r--source/blender/draw/intern/draw_view.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/draw/intern/draw_view.hh b/source/blender/draw/intern/draw_view.hh
index bc9033c2a65..aef8b5865be 100644
--- a/source/blender/draw/intern/draw_view.hh
+++ b/source/blender/draw/intern/draw_view.hh
@@ -50,8 +50,6 @@ class View {
this->sync(view_mat, win_mat);
}
- void set_clip_planes(Span<float4> planes);
-
void sync(const float4x4 &view_mat, const float4x4 &win_mat);
bool is_persp() const