]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
move gui-related symbols from para.h to new gui.h
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 9563303fabf9e3aca1556f34180a50753ca9d16e..34b18f193bef5dd4f8a54083cbb4c842ae3ed8be 100644 (file)
--- a/error.h
+++ b/error.h
@@ -518,7 +518,7 @@ extern const char **para_errlist[];
  */
 #define PARA_ERROR(err, msg) E_ ## err
 
-#define SS_NAME(ss) para_errlist[ss]? para_errlist[ss][0] : ""
+// #define SS_NAME(ss) para_errlist[ss]? para_errlist[ss][0] : ""
 
 /** \cond popcorn time */
 SS_ENUM(GUI);