Ignore:
Timestamp:
Apr 21, 2011, 9:03:06 PM (12 years ago)
Author:
Sam Hocevar
Message:

imlib: remove unused image::make_color and timage::make_color. They were
probably used for debugging purposes, but we can still revive them when
we need them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/imlib/timage.h

    r520 r521  
    5656  void put_scan_line(image *screen, int x, int y, int line);   // always transparent
    5757  unsigned char *t_data() { return data; }
    58   void make_color(int c);
    5958  int size();
    6059  image *make_image();
Note: See TracChangeset for help on using the changeset viewer.