From bb83346ed6ad01057b586e23add44908bd4dcebd Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Tue, 16 Nov 2021 09:46:03 +0100
Subject: [PATCH] Update x-window-system.md

---
 .../graphical-user-interface/x-window-system.md  | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md
index 5a19cece8..b915d4c08 100644
--- a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md
+++ b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md
@@ -61,22 +61,6 @@ To enable the X display forwarding, log in using the `-X` option in the SSH clie
  local $ export DISPLAY=localhost:0.0
 ```
 
-## Verify the Forwarding
-
-To verify the forwarding, type:
-
-```console
-$ echo $DISPLAY
-```
-
-if you receive something like:
-
-```console
-localhost:10.0
-```
-
-then the X11 forwarding is enabled.
-
 ## X Server
 
 In order to display the GUI of various software tools, you need a running X server on your desktop computer. For Linux users, no action is required as the X server is the default GUI environment on most Linux distributions. Mac and Windows users need to install and run the X server on their workstations.
-- 
GitLab