Bryan Drewery 22 سال پیش
والد
کامیت
5bd11386c1
1فایلهای تغییر یافته به همراه0 افزوده شده و 21 حذف شده
  1. 0 21
      src/misc.c

+ 0 - 21
src/misc.c

@@ -941,27 +941,6 @@ void showhelp(int idx, struct flag_record *flags, char *string)
         while (*string && *string != '}') {
           string++;
         }
-/*
-      } else if (*(string + 1) == 'b') {
-        string += 2;
-        if (help_flags & CFLGS_BOLD) {
-          help_flags &= ~CFLGS_BOLD;
-          strcat(helpstr, color(idx, BOLD_CLOSE, 0));
-        } else {
-          help_flags |= CFLGS_BOLD;
-          strcat(helpstr, color(idx, BOLD_OPEN, 0));
-        }
-      } else if (*(string + 1) == 'f') {
-        string += 2;
-        
-        if (help_flags & CFLGS_FLASH) {
-          strcat(helpstr, color(idx, FLASH_CLOSE, 0));
-          help_flags &= ~CFLGS_FLASH;
-        } else {
-          help_flags |= CFLGS_FLASH;
-          strcat(helpstr, color(idx, FLASH_OPEN, 0));
-        }
-*/
       } else if (*(string + 1) == 'd') {
         string += 2;
         strcat(helpstr, settings.dcc_prefix);