Changeset 7ecfb7b in buchla-68k for ram/sqdisp.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/sqdisp.c

    r4810254 r7ecfb7b  
    123123void dsact(int8_t *buf, uint16_t act, uint16_t dat)
    124124{
    125         uint16_t sqa, sqd, sqf, sqr, sqt, t1, t2, val;
     125        uint16_t sqa, sqd, sqf, sqr, sqt;
    126126        uint16_t chan, i, key, port;
    127127
     
    304304void sqwin(int16_t n)
    305305{
    306         register int16_t i, j;
     306        register int16_t i;
    307307        int16_t atrbuf[64];
    308308        int8_t  linbuf[66];
Note: See TracChangeset for help on using the changeset viewer.