Remove an obsolete and potentially harmful code advice from 2003
This commit is contained in:
parent
d279aa4afe
commit
e2cbd98ba3
1 changed files with 0 additions and 2 deletions
|
@ -208,8 +208,6 @@ namespace image {
|
|||
enum TYPE { UNSCALED, SCALED_TO_ZOOM, HEXED, SCALED_TO_HEX, TOD_COLORED, BRIGHTENED};
|
||||
|
||||
///function to get the surface corresponding to an image.
|
||||
///note that this surface must be freed by the user by calling
|
||||
///SDL_FreeSurface()
|
||||
surface get_image(const locator& i_locator, TYPE type=UNSCALED);
|
||||
#ifdef SDL_GPU
|
||||
sdl::timage get_texture(const locator &loc, TYPE type=UNSCALED);
|
||||
|
|
Loading…
Add table
Reference in a new issue