From 0f9bc1ffc27ca4a683dfc84da259112a355833ae Mon Sep 17 00:00:00 2001
From: Etienne Brateau <etienne.brateau@ensiie.fr>
Date: Thu, 28 Feb 2019 21:56:55 +0100
Subject: [PATCH] Remove unused variable

---
 src/graphics/mylib.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/graphics/mylib.c b/src/graphics/mylib.c
index 519e7de..7443a5b 100644
--- a/src/graphics/mylib.c
+++ b/src/graphics/mylib.c
@@ -1773,7 +1773,7 @@ int x, y;
   }
 }
 
-static struct {
+/*static struct {
   unsigned int cursor;
   unsigned long color;
 } xcursors[] = {
@@ -1781,7 +1781,7 @@ static struct {
   { XC_left_ptr, m_white },
   { XC_X_cursor, 15 },
   { XC_gobbler, m_yellow },
-};
+};*/
 
 void m_choosecursor(n)
 int n;
-- 
GitLab