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>2016-06-25 13:16:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-06-25 14:13:33 +0300
commit0a99072f0d88f6fa809680dfcabe7aba5d476e0a (patch)
treeb72528a7dee7d491d0bbabf9d06bea119dedfbd4 /source/blender/windowmanager/wm_subwindow.h
parent28dbd572a4675f86e2d8363e88b9556170204a61 (diff)
GPU: move select index code out of WM
This avoids bad-level calls.
Diffstat (limited to 'source/blender/windowmanager/wm_subwindow.h')
-rw-r--r--source/blender/windowmanager/wm_subwindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/windowmanager/wm_subwindow.h b/source/blender/windowmanager/wm_subwindow.h
index 2a8118a726b..cc9abf87514 100644
--- a/source/blender/windowmanager/wm_subwindow.h
+++ b/source/blender/windowmanager/wm_subwindow.h
@@ -48,7 +48,5 @@ void wm_subwindow_matrix_get(wmWindow *win, int swinid, float mat[4][4]);
void wm_subwindow_rect_get(wmWindow *win, int swinid, struct rcti *r_rect);
void wm_subwindow_rect_set(wmWindow *win, int swinid, const rcti *rect);
-unsigned int index_to_framebuffer(int index);
-
#endif /* __WM_SUBWINDOW_H__ */