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

    r4810254 r7ecfb7b  
    456456void dswin(int16_t n)
    457457{
    458         int16_t th, tl, vh, vl, vv, mltval, lboff;
    459         int8_t *s1, mltstr[6], mltsgn;
     458        int16_t th, tl, vh, vl, vv;
     459        int8_t *s1;
    460460        int32_t tt, sc;
    461461        register int16_t cx, pnt, par;
     
    842842void instdsp(void)
    843843{
    844         register struct instdef *ip;
    845         register struct idfnhdr *fp;
    846 
    847844        instob = &v_score[0];           /* setup object pointer */
    848845        idoct  = &v_obtab[INSTOBJ];     /* setup object control table pointer */
Note: See TracChangeset for help on using the changeset viewer.