]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/ATC-Inputs.hxx
Update 'magic' for more consistant cross platform padding.
[flightgear.git] / src / Network / ATC-Inputs.hxx
index 146d7c858202acba2e97925bae421e8baf9791a6..0295ddd5de45e68302276a37171d304ec5a7949b 100644 (file)
@@ -44,16 +44,12 @@ class FGATCInput {
     int board;
     SGPath config;
 
-    int lock_fd;
     int analog_in_fd;
     int radios_fd;
     int switches_fd;
 
-    char lock_file[256];
     char analog_in_file[256];
-    char lamps_file[256];
     char radios_file[256];
-    char stepper_file[256];
     char switches_file[256];
 
     unsigned char analog_in_bytes[ATC_ANAL_IN_BYTES];