Removed redirecting functions/enums that were marked obsolete in 1.53 (December 2017).

Comments
This commit is contained in:
omar
2019-12-08 16:26:47 +01:00
parent e42c1e1668
commit f9c26d23de
5 changed files with 44 additions and 35 deletions

View File

@ -22,7 +22,7 @@
//#define IMGUI_API __declspec( dllexport )
//#define IMGUI_API __declspec( dllimport )
//---- Don't define obsolete functions/enums names. Consider enabling from time to time after updating to avoid using soon-to-be obsolete function/names.
//---- Don't define obsolete functions/enums/behaviors. Consider enabling from time to time after updating to avoid using soon-to-be obsolete function/names.
//#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
//---- Don't implement demo windows functionality (ShowDemoWindow()/ShowStyleEditor()/ShowUserGuide() methods will be empty)