summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/dear-imgui/imconfig.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/dear-imgui/imconfig.h')
-rw-r--r--3rdparty/bgfx/3rdparty/dear-imgui/imconfig.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/3rdparty/bgfx/3rdparty/dear-imgui/imconfig.h b/3rdparty/bgfx/3rdparty/dear-imgui/imconfig.h
index 44133c8fefb..bb52b2380ec 100644
--- a/3rdparty/bgfx/3rdparty/dear-imgui/imconfig.h
+++ b/3rdparty/bgfx/3rdparty/dear-imgui/imconfig.h
@@ -6,7 +6,9 @@
#pragma once
-//#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
+#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
+#define IMGUI_DISABLE_OBSOLETE_KEYIO
+#define IMGUI_DISABLE_DEFAULT_ALLOCATORS
//---- Define your own ImVector<> type if you don't want to use the provided implementation defined in imgui.h
//#include <vector>