Changeset 7ecfb7b in buchla-68k for ram/ptdkey.c


Ignore:
Timestamp:
07/14/2017 09:11:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
aa021e2
Parents:
4810254
Message:

Unused variables and parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/ptdkey.c

    r4810254 r7ecfb7b  
    5959void SnapPTV(int8_t *s)
    6060{
    61         register uint16_t stim;
    6261        register int16_t i;
    6362        int8_t dbuf[50];
     
    295294void pte2buf(void)
    296295{
    297         register uint16_t spec;
    298 
    299296        memset(ptdebuf, ' ', 50);
    300297
     
    369366                stim =  (n ? ptestm : ptedef)        & 0x007F;
    370367
     368                (void)stim;
     369
    371370                if ((port EQ 0) OR (port EQ 1) OR ((port EQ 2) AND (chan < 2))) {
    372371
     
    486485        register int16_t key, val, vg;
    487486        int8_t buf[8];
     487
     488        (void)k;
    488489
    489490        if (NOT astat)                  /* only do this on key closures */
Note: See TracChangeset for help on using the changeset viewer.