]> Dogcows Code - chaz/openbox/blobdiff - src/main.cc
sync with bb-cvs.
[chaz/openbox] / src / main.cc
index c06543a1cd08004778d5a1fa2eed45eda8fef946..47debac1f1e53a21d51917753def70488a75742a 100644 (file)
@@ -77,8 +77,6 @@ static void showHelp(int exitval) {
               "Compile time options:\n"
               "  Debugging:\t\t\t%s\n"
               "  Shape:\t\t\t%s\n"
-              "  Slit:\t\t\t\t%s\n"
-              "  Event Clobbering:\t\t%s\n"
               "  8bpp Ordered Dithering:\t%s\n\n"),
 #ifdef    DEBUG
          i18n(CommonSet, CommonYes, "yes"),
@@ -92,18 +90,6 @@ static void showHelp(int exitval) {
          i18n(CommonSet, CommonNo, "no"),
 #endif // SHAPE
 
-#ifdef    SLIT
-         i18n(CommonSet, CommonYes, "yes"),
-#else // !SLIT
-         i18n(CommonSet, CommonNo, "no"),
-#endif // SLIT
-
-#ifndef   NOCLOBBER
-         i18n(CommonSet, CommonYes, "yes"),
-#else // !NOCLOBBER
-         i18n(CommonSet, CommonNo, "no"),
-#endif // NOCLOBBER
-
 #ifdef    ORDEREDPSEUDO
          i18n(CommonSet, CommonYes, "yes")
 #else // !ORDEREDPSEUDO
This page took 0.024443 seconds and 4 git commands to generate.