diff --git a/imgui.cpp b/imgui.cpp index cfde93e8d..b96877534 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -451,7 +451,6 @@ - input: rework IO to be able to pass actual events to fix temporal aliasing issues. - input: support track pad style scrolling & slider edit. - portability: big-endian test/support (#81) - - drawlist: add support for anti-aliased lines with >1.0f thickness (#133) - memory: add a way to discard allocs of unused/transient windows. with the current architecture new windows (including popup, opened combos, listbox) perform at least 3 allocs. - misc: mark printf compiler attributes on relevant functions - misc: provide a way to compile out the entire implementation while providing a dummy API (e.g. #define IMGUI_DUMMY_IMPL)