From da734a4af024a72ee155bc25d6e45f994de6b060 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 17 Apr 2011 21:27:34 +0200 Subject: ALL/GRAPHICS: Remove Surface::bytesPerPixel. --- engines/hugo/intro.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/hugo/intro.cpp') diff --git a/engines/hugo/intro.cpp b/engines/hugo/intro.cpp index e79c0a72c0..c1c84d1e32 100644 --- a/engines/hugo/intro.cpp +++ b/engines/hugo/intro.cpp @@ -93,7 +93,6 @@ void intro_v1d::introInit() { surf.h = 200; surf.pixels = _vm->_screen->getFrontBuffer(); surf.pitch = 320; - surf.bytesPerPixel = 1; surf.format = Graphics::PixelFormat::createFormatCLUT8(); _vm->_screen->displayList(kDisplayInit); } @@ -248,7 +247,6 @@ void intro_v2d::introInit() { surf.h = 200; surf.pixels = _vm->_screen->getFrontBuffer(); surf.pitch = 320; - surf.bytesPerPixel = 1; surf.format = Graphics::PixelFormat::createFormatCLUT8(); char buffer[128]; @@ -295,7 +293,6 @@ void intro_v3d::introInit() { surf.h = 200; surf.pixels = _vm->_screen->getFrontBuffer(); surf.pitch = 320; - surf.bytesPerPixel = 1; surf.format = Graphics::PixelFormat::createFormatCLUT8(); char buffer[128]; -- cgit v1.2.3