From 9538385a6a26591f7c022483ba1ae5865d04d1e8 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Tue, 21 Jan 2014 23:02:10 -0600 Subject: [PATCH] Remove misleading comment. The code is sit up for these to only be called once. --- src/archutils/Unix/X11Helper.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/archutils/Unix/X11Helper.h b/src/archutils/Unix/X11Helper.h index 7cce4097bd..a127c2d54a 100644 --- a/src/archutils/Unix/X11Helper.h +++ b/src/archutils/Unix/X11Helper.h @@ -9,12 +9,10 @@ namespace X11Helper // All functions in here that return a bool return true on success, and // false on failure. - // Create the connection, if necessary; otherwise do some important - // internal session-tracking stuff (so you should call this anyway). + // Create the connection. bool OpenXConnection(); - // Destroy the connection, if appropriate; otherwise do some important - // internal session-tracking stuff (so you should call it anyway). + // Destroy the connection. void CloseXConnection(); // The current Display (connection). Initialized by the first call to