diff --git display/simgraph.h display/simgraph.h index 5f1e68669..feb121b04 100644 --- display/simgraph.h +++ display/simgraph.h @@ -139,7 +139,7 @@ void simgraph_init(KOORD_VAL width, KOORD_VAL height, int fullscreen); int is_display_init(); void simgraph_exit(); void simgraph_resize(KOORD_VAL w, KOORD_VAL h); -void reset_textur(void *new_textur); + /** * Loads the font, returns the number of characters in it diff --git display/simgraph0.cc display/simgraph0.cc index c9b8fe5ca..3130c22d0 100644 --- display/simgraph0.cc +++ display/simgraph0.cc @@ -166,14 +166,6 @@ void display_scroll_band(const KOORD_VAL, const KOORD_VAL, const KOORD_VAL) { } -static inline void pixcopy(PIXVAL *, const PIXVAL *, const unsigned int) -{ -} - -static inline void colorpixcopy(PIXVAL *, const PIXVAL *, const PIXVAL * const) -{ -} - void display_img_aux(const image_id, KOORD_VAL, KOORD_VAL, const signed char, const int, const int CLIP_NUM_DEF_NOUSE) { } @@ -367,10 +359,6 @@ void simgraph_resize(KOORD_VAL, KOORD_VAL) { } -void reset_textur(void *) -{ -} - void display_snapshot() { } diff --git display/simgraph16.cc display/simgraph16.cc index 2b465b8e7..93db9fcb3 100644 --- display/simgraph16.cc +++ display/simgraph16.cc @@ -5276,15 +5276,6 @@ void simgraph_resize(KOORD_VAL w, KOORD_VAL h) } -/** - * Sets a new value for "textur" - */ -void reset_textur(void *new_textur) -{ - textur=(PIXVAL *)new_textur; -} - - /** * Take Screenshot * @author Hj. Malthaner