Changeset 411371e in buchla-68k for ram/scfield.c


Ignore:
Timestamp:
07/09/2017 10:46:29 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c3aee8a
Parents:
e225e77
Message:

Removed redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/scfield.c

    re225e77 r411371e  
    139139extern  int16_t cmtype;
    140140extern  int16_t curhold;
    141 extern  int16_t curscor;
    142141extern  int16_t cxrate;
    143142extern  int16_t cxval;
    144143extern  int16_t cyrate;
    145144extern  int16_t cyval;
    146 extern  int16_t ebflag;
    147145extern  int16_t hcwval;
    148146extern  int16_t insmode;
     
    167165extern  int32_t t_ins;
    168166
    169 extern  int8_t  ebuf[MAXEBUF+1];
    170 
    171167extern  int16_t crate1[];
    172168extern  int16_t ehdlist[];
     
    179175extern  LPF     (*swpt)[];
    180176extern  LPF     (*oldsw)[];
    181 
    182 extern  struct  fet     *cfetp;
    183 extern  struct  fet     *curfet;
    184 extern  struct  fet     *infetp;
    185177
    186178extern  struct  selbox  *csbp;
Note: See TracChangeset for help on using the changeset viewer.