From 0d53f03b28fb8a83524e12666be10b6fac5088d8 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 26 Apr 2021 18:09:54 +0200 Subject: [PATCH] Get rid of an incorrect comment This probably ended up here during a refactor. --- src/wine-host/editor.h | 4 ---- 1 file changed, 4 deletions(-) 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; /**