Changeset b28a12e in buchla-68k for ram/delnote.c


Ignore:
Timestamp:
07/10/2017 02:17:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06f6615
Parents:
39a696b
Message:

Zero redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/delnote.c

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern int16_t pix2mid(void);
    11 extern int16_t sc_refr(int32_t t);
     8#include "ram.h"
    129
    1310#define TO_LFT          (TO_BAK + 1)
    1411
    15 extern  int16_t cflag;          /* accidental flag */
    16 extern  int16_t cnote;          /* note value at cursor */
    17 extern  int16_t cxval;          /* cursor x value */
    18 extern  int16_t cyval;          /* cursor y value */
    19 extern  int16_t lstflag;        /* last note entry list end flag */
    20 extern  int16_t recsw;          /* record status */
    21 
    22 extern  int32_t ctime;          /* time at cursor */
    23 
    24 extern  int16_t grpmode[12];    /* group record modes */
    25 extern  int16_t grpstat[12];    /* group status */
    2612/*
    2713
Note: See TracChangeset for help on using the changeset viewer.