diff --git a/src/graphics/mylib.c b/src/graphics/mylib.c
index 519e7de545006aded8a81344f377516cb61886a3..7443a5b7b5ecc509adf5dc0a9567b80ca1e1487a 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;