Get rid of an incorrect comment

This probably ended up here during a refactor.
This commit is contained in:
Robbert van der Helm
2021-04-26 18:09:54 +02:00
parent f6cf1a7dd2
commit 0d53f03b28
-4
View File
@@ -222,10 +222,6 @@ class Editor {
*/
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;
/**