summaryrefslogtreecommitdiff
path: root/src/video/sdl_v.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/sdl_v.cpp')
-rw-r--r--src/video/sdl_v.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp
index 4ee96db77..4bb44c9d7 100644
--- a/src/video/sdl_v.cpp
+++ b/src/video/sdl_v.cpp
@@ -404,19 +404,6 @@ bool VideoDriver_SDL::CreateMainSurface(uint w, uint h)
blitter->PostResize();
InitPalette();
- switch (blitter->UsePaletteAnimation()) {
- case Blitter::PALETTE_ANIMATION_NONE:
- case Blitter::PALETTE_ANIMATION_VIDEO_BACKEND:
- UpdatePalette();
- break;
-
- case Blitter::PALETTE_ANIMATION_BLITTER:
- if (VideoDriver::GetInstance() != NULL) blitter->PaletteAnimate(_local_palette);
- break;
-
- default:
- NOT_REACHED();
- }
seprintf(caption, lastof(caption), "OpenTTD %s", _openttd_revision);
SDL_CALL SDL_WM_SetCaption(caption, caption);