mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-15 16:03:55 +02:00
Get rid of an incorrect comment
This probably ended up here during a refactor.
This commit is contained in:
@@ -222,10 +222,6 @@ class Editor {
|
|||||||
*/
|
*/
|
||||||
void do_xembed() const;
|
void do_xembed() const;
|
||||||
|
|
||||||
/**
|
|
||||||
* A pointer to the currently active window. Will be a null pointer if no
|
|
||||||
* window is active.
|
|
||||||
*/
|
|
||||||
std::unique_ptr<xcb_connection_t, decltype(&xcb_disconnect)> x11_connection;
|
std::unique_ptr<xcb_connection_t, decltype(&xcb_disconnect)> x11_connection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user