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>2018-03-01 08:41:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-01 08:43:45 +0300
commit172614fb7dac799d373e778a541e8d9f78228221 (patch)
treeb77774af3f19bb4b7fe5262cb8350e4603d98657 /source/blender/gpu/intern/gpu_select_private.h
parent7f86afec9d6799e22127c53d9d0805a87462fc08 (diff)
GPU_select: remove unused finalize function
Changed 2.8x code so this is no longer needed.
Diffstat (limited to 'source/blender/gpu/intern/gpu_select_private.h')
-rw-r--r--source/blender/gpu/intern/gpu_select_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_select_private.h b/source/blender/gpu/intern/gpu_select_private.h
index 8368aaa9edc..8935bd7b253 100644
--- a/source/blender/gpu/intern/gpu_select_private.h
+++ b/source/blender/gpu/intern/gpu_select_private.h
@@ -35,7 +35,6 @@
/* gpu_select_pick */
void gpu_select_pick_begin(unsigned int (*buffer)[4], unsigned int bufsize, const rcti *input, char mode);
bool gpu_select_pick_load_id(unsigned int id);
-void gpu_select_pick_finalize(void);
unsigned int gpu_select_pick_end(void);
void gpu_select_pick_cache_begin(void);