From ccd18691fcc6441bf1c53956c931b1148b37d3f3 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Thu, 12 May 2022 17:05:37 +0200 Subject: Cleanup: Remove another unused hotkey button definition function See f2c7b56f0f0eb9. --- source/blender/editors/include/UI_interface.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source/blender/editors/include/UI_interface.h') diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h index 2f4b574150a..082335ae2cd 100644 --- a/source/blender/editors/include/UI_interface.h +++ b/source/blender/editors/include/UI_interface.h @@ -1539,16 +1539,6 @@ uiBut *uiDefIconTextBlockBut(uiBlock *block, short height, const char *tip); -uiBut *uiDefKeyevtButS(uiBlock *block, - int retval, - const char *str, - int x, - int y, - short width, - short height, - short *spoin, - const char *tip); - /** * \param arg: A pointer to string/name, use #UI_but_func_search_set() below to make this work. * here `a1` and `a2`, if set, control thumbnail preview rows/cols. -- cgit v1.2.3