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:
authormano-wii <germano.costa@ig.com.br>2018-08-27 17:59:57 +0300
committermano-wii <germano.costa@ig.com.br>2018-08-27 18:10:31 +0300
commit44f04b5f534db0ed63608dd90035a4aa5d997d4a (patch)
treebf4a9a856e530bd39a9fef86f64ecb7d1af7c24d /source/blender/draw/intern/draw_view.h
parentffbe5985c64f83e3a11a9c9a0af03ff551ab6f1c (diff)
Draw Manager: Remove unused function
Signed-off-by: fclem
Diffstat (limited to 'source/blender/draw/intern/draw_view.h')
-rw-r--r--source/blender/draw/intern/draw_view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_view.h b/source/blender/draw/intern/draw_view.h
index 8f45a5fd786..01a342f0ae4 100644
--- a/source/blender/draw/intern/draw_view.h
+++ b/source/blender/draw/intern/draw_view.h
@@ -26,7 +26,6 @@
#ifndef __DRAW_VIEW_H__
#define __DRAW_VIEW_H__
-void DRW_draw_grid(void);
void DRW_draw_region_info(void);
void DRW_draw_background(void);
void DRW_draw_cursor(void);