mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-23 04:17:00 +00:00
Removed 2 obsolete redirection functions (obsoleted 26+ months ago).
This commit is contained in:
parent
b8ade0b94f
commit
fd684ba974
2
imgui.h
2
imgui.h
@ -493,8 +493,6 @@ namespace ImGui
|
|||||||
static inline ImFont* GetWindowFont() { return GetFont(); } // OBSOLETE 1.48+
|
static inline ImFont* GetWindowFont() { return GetFont(); } // OBSOLETE 1.48+
|
||||||
static inline float GetWindowFontSize() { return GetFontSize(); } // OBSOLETE 1.48+
|
static inline float GetWindowFontSize() { return GetFontSize(); } // OBSOLETE 1.48+
|
||||||
static inline void SetScrollPosHere() { SetScrollHere(); } // OBSOLETE 1.42+
|
static inline void SetScrollPosHere() { SetScrollHere(); } // OBSOLETE 1.42+
|
||||||
static inline bool GetWindowCollapsed() { return ImGui::IsWindowCollapsed(); } // OBSOLETE 1.39+
|
|
||||||
static inline bool IsRectClipped(const ImVec2& size) { return !IsRectVisible(size); } // OBSOLETE 1.39+
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
} // namespace ImGui
|
} // namespace ImGui
|
||||||
|
Loading…
Reference in New Issue
Block a user