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:
authorClément Foucault <foucault.clem@gmail.com>2018-04-05 16:36:38 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-04-05 17:08:46 +0300
commitcadef79a52cbe3d70488ef5fd70c805a872b17f9 (patch)
treec934d71c425a3e9c669841f38253ce221b8f92c8 /source/blender/editors/include
parentd48597eb5422b33d5edc80f3b6d8d927f2f40444 (diff)
GPUBatch: Change preset managment system.
Now use a list of preset batches with a function to add new ones to this list. This removes the need of new functions all over the place to reset/exit.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_interface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index eba3be327dd..6e09318314d 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -1168,8 +1168,4 @@ void UI_tooltip_free(struct bContext *C, struct bScreen *sc, struct ARegion *ar)
int UI_calc_float_precision(int prec, double value);
-/* UI Batches managment */
-void UI_widget_batch_preset_reset(void);
-void UI_widget_batch_preset_exit(void);
-
#endif /* __UI_INTERFACE_H__ */