From fb425bcc8f586343ef93733e66b0bc8660c043b5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 24 Aug 2004 22:31:18 +0000 Subject: [PATCH] don't duplicate the whole comment in the header; just include a synopsis unless you're documenting an API class, etc --- stepmania/src/arch/Lights/LightsDriver_LinuxParallel.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/stepmania/src/arch/Lights/LightsDriver_LinuxParallel.h b/stepmania/src/arch/Lights/LightsDriver_LinuxParallel.h index fee05c8c0e..06649497c6 100644 --- a/stepmania/src/arch/Lights/LightsDriver_LinuxParallel.h +++ b/stepmania/src/arch/Lights/LightsDriver_LinuxParallel.h @@ -1,9 +1,4 @@ -// -// LightsDriver_LinuxParallel - Parallel Port Based Lights Driver for Linux -// -// This requires root permissions to work! (run as root or suid) -// This code was written using SystemMessage Driver as template. -// +/* LightsDriver_LinuxParallel - Parallel port-based lights for Linux */ #ifndef LightsDriver_LinuxParallel_H #define LightsDriver_LinuxParallel_H