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:
authorJulian Eisel <julian@blender.org>2022-05-12 17:49:07 +0300
committerJulian Eisel <julian@blender.org>2022-05-12 17:56:14 +0300
commitf2c7b56f0f0eb9998e47b2725082937416f43d85 (patch)
treef92051b9844f738f3d3bf4650e6bad86628a51d1 /source/blender/editors/include/UI_interface.h
parent3693e1d8e80501c6efcb8f732107742f80acf773 (diff)
Cleanup: Remove unused hotkey button definition function
This isn't used, and I also see any use for it short-term.
Diffstat (limited to 'source/blender/editors/include/UI_interface.h')
-rw-r--r--source/blender/editors/include/UI_interface.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 301171a284d..2f4b574150a 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -1550,21 +1550,6 @@ uiBut *uiDefKeyevtButS(uiBlock *block,
const char *tip);
/**
- * Short pointers hard-coded.
- * \param modkeypoin: will be set to #KM_SHIFT, #KM_ALT, #KM_CTRL, #KM_OSKEY bits.
- */
-uiBut *uiDefHotKeyevtButS(uiBlock *block,
- int retval,
- const char *str,
- int x,
- int y,
- short width,
- short height,
- short *keypoin,
- const short *modkeypoin,
- 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.
*/