diff --git a/src/report.c b/src/report.c index 4f6b188..2ea72a8 100644 --- a/src/report.c +++ b/src/report.c @@ -200,7 +200,6 @@ void writelogo(Project *pr) major = version / 10000; minor = (version % 10000) / 100; patch = version % 100; - //patch = version - (10000 * major) - (100 * minor); time(&timer); strcpy(rpt->DateStamp, ctime(&timer));