mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Remove old TODO about +editor debug level
This commit is contained in:
@@ -458,8 +458,6 @@ void Editor::handle_x11_events() noexcept {
|
|||||||
// the window is unmapped `wine_window` doesn't exist and any X11
|
// the window is unmapped `wine_window` doesn't exist and any X11
|
||||||
// function calls involving it will fail. All functions called from
|
// function calls involving it will fail. All functions called from
|
||||||
// here should be able to handle that cleanly.
|
// here should be able to handle that cleanly.
|
||||||
// TODO: Move all debug messages to a special editor debug level, which
|
|
||||||
// should be specified as <N>+editor
|
|
||||||
try {
|
try {
|
||||||
std::unique_ptr<xcb_generic_event_t> generic_event;
|
std::unique_ptr<xcb_generic_event_t> generic_event;
|
||||||
while (generic_event.reset(xcb_poll_for_event(x11_connection.get())),
|
while (generic_event.reset(xcb_poll_for_event(x11_connection.get())),
|
||||||
|
|||||||
Reference in New Issue
Block a user