From 475d10d9d828cc4dd297e3736aad1d14d7ac725a Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 2 May 2013 22:41:22 +0200 Subject: [PATCH] Formatting. --- src/x11_init.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/x11_init.c b/src/x11_init.c index ab96078d..88b923f9 100644 --- a/src/x11_init.c +++ b/src/x11_init.c @@ -400,22 +400,16 @@ static void detectEWMH(void) _glfw.x11.NET_WM_STATE = getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_STATE"); - _glfw.x11.NET_WM_STATE_FULLSCREEN = getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_STATE_FULLSCREEN"); - _glfw.x11.NET_WM_NAME = getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_NAME"); - _glfw.x11.NET_WM_ICON_NAME = getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_ICON_NAME"); - _glfw.x11.NET_WM_PID = getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_PID"); - _glfw.x11.NET_WM_PING = getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_PING"); - _glfw.x11.NET_ACTIVE_WINDOW = getSupportedAtom(supportedAtoms, atomCount, "_NET_ACTIVE_WINDOW");