Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'imgui/imconfig.h')
-rw-r--r--imgui/imconfig.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/imgui/imconfig.h b/imgui/imconfig.h
index 6ad6eda0..1f8534cf 100644
--- a/imgui/imconfig.h
+++ b/imgui/imconfig.h
@@ -112,11 +112,6 @@
//#define IM_DEBUG_BREAK IM_ASSERT(0)
//#define IM_DEBUG_BREAK __debugbreak()
-//---- Debug Tools: Have the Item Picker break in the ItemAdd() function instead of ItemHoverable(),
-// (which comes earlier in the code, will catch a few extra items, allow picking items other than Hovered one.)
-// This adds a small runtime cost which is why it is not enabled by default.
-//#define IMGUI_DEBUG_TOOL_ITEM_PICKER_EX
-
//---- Debug Tools: Enable slower asserts
//#define IMGUI_DEBUG_PARANOID