Remove GFX_SetPalette
After move to SDL2, this function is no longer useful.
This commit is contained in:
parent
5df38b5cdc
commit
0d108a7df5
3 changed files with 0 additions and 12 deletions
|
@ -1029,9 +1029,6 @@ void GFX_EndUpdate( const Bit16u *changedLines ) {
|
|||
}
|
||||
}
|
||||
|
||||
void GFX_SetPalette(Bitu start,Bitu count,GFX_PalEntry * entries) {
|
||||
}
|
||||
|
||||
Bitu GFX_GetRGB(Bit8u red,Bit8u green,Bit8u blue) {
|
||||
switch (sdl.desktop.type) {
|
||||
case SCREEN_SURFACE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue