diff --git a/src/wine-host/editor.h b/src/wine-host/editor.h index 82d95781..38c57fac 100644 --- a/src/wine-host/editor.h +++ b/src/wine-host/editor.h @@ -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 x11_connection; /**