Bryan Drewery 16 lat temu
rodzic
commit
25cf4c6a83
2 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 1
      doc/CREDITS
  2. 0 1
      src/cmds.c

+ 0 - 1
doc/CREDITS

@@ -20,7 +20,6 @@ Credits and thanks to the following:
 * Zero for a great stream of ideas, beta testing.
 * Mafaioz for good ideas, support on wraith.no, beta testing.
 * Tical for great ideas.
-* ducch for great ideas.
 * Many others.
 
 For a list of code Contributors see: git shortlog -sen master

+ 0 - 1
src/cmds.c

@@ -418,7 +418,6 @@ static void cmd_about(int idx, char *par)
   dprintf(idx, STR(" * $bZero$b for a great stream of ideas, beta testing.\n"));
   dprintf(idx, STR(" * $bMafaioz$b for good ideas, support on wraith.no, beta testing.\n"));
   dprintf(idx, STR(" * $bTical$b for great ideas.\n"));
-  dprintf(idx, STR(" * $bducch$b for great ideas.\n"));
   dprintf(idx, STR(" * $bMany$b others.\n"));
   dprintf(idx, " \n");
   dprintf(idx, STR("For a list of Contributors see: git shortlog -sen master\n"));