Removed obsolete GetDefaultFontData() function that would assert anyway (obsoleted 2015/01/11)

This commit is contained in:
ocornut
2015-07-05 20:56:01 -06:00
parent 3fa4451936
commit 562aecdaa5
2 changed files with 0 additions and 14 deletions

View File

@ -407,7 +407,6 @@ namespace ImGui
// Obsolete (will be removed)
#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
IMGUI_API void GetDefaultFontData(const void** fnt_data, unsigned int* fnt_size, const void** png_data, unsigned int* png_size); // OBSOLETE 1.30+
static inline void OpenNextNode(bool open) { ImGui::SetNextTreeNodeOpened(open, 0); } // OBSOLETE 1.34+
static inline bool GetWindowIsFocused() { return ImGui::IsWindowFocused(); } // OBSOLETE 1.36+
static inline bool GetWindowCollapsed() { return ImGui::IsWindowCollapsed(); } // OBSOLETE 1.39+