Changeset 411371e in buchla-68k for ram/libdsp.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/libdsp.c

    re225e77 r411371e  
    5959extern  void    (*point)(int16_t x, int16_t y, int16_t pen);
    6060
    61 extern  void    vbfill4(uint16_t *obj, int16_t obwidth, int16_t xmin, int16_t ymin, int16_t xmax, int16_t ymax, uint16_t color);
    62 extern  void    tsplot4(int16_t *obase, int16_t nw, int16_t fg, int16_t row, int16_t col, int8_t *str, int16_t pitch);
    63 extern  void    lseg(int16_t x1, int16_t y1, int16_t x2, int16_t y2, int16_t t);
    6461extern  void    clrlsel(void);
    6562extern  void    _clsvol(void);
    6663extern  void    setgc(int16_t xv, int16_t yv);
    6764
    68 extern  int16_t errno;
    6965extern  int16_t _bpbin;
    7066
Note: See TracChangeset for help on using the changeset viewer.