From c6f54f577653d267954a29e51d2e706ff6b5a58f Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 13 Dec 2023 01:23:57 +0100 Subject: Deleted disabled code --- FICS/playerdb.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'FICS/playerdb.c') diff --git a/FICS/playerdb.c b/FICS/playerdb.c index 4748cf7..24bdcbc 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -1133,7 +1133,6 @@ PUBLIC int showstored(int p) if (c != 0) multicol_pprint(m,p,parray[p].d_width,2); multicol_end(m); -/* pprintf(p,"\n"); */ return COM_OK; } @@ -2221,17 +2220,6 @@ PUBLIC int player_search(int p, char *name) pprintf(p, "-- Matches: %d names --", count); display_directory(p, buffer, count); return(0); -/* - char *s = buffer; - multicol *m = multicol_start(2000); - for (i = 0; i < count; i++) { - multicol_store(m, s); - s += strlen(s) + 1; - } - multicol_pprint(m, p, 78, 1); - multicol_end(m); - return 0; -*/ } ReadPlayerFromFile: p1 = player_new(); -- cgit v1.2.3