mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
Removed more unneeded test code
svn-id: r35250
This commit is contained in:
parent
bc5f25b5a0
commit
72ba213b36
@ -59,6 +59,7 @@ Gfx::~Gfx() {
|
||||
_backBuffer.free();
|
||||
}
|
||||
|
||||
#ifdef SAGA_DEBUG
|
||||
void Surface::drawPalette() {
|
||||
int x;
|
||||
int y;
|
||||
@ -78,6 +79,7 @@ void Surface::drawPalette() {
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
// * Copies a rectangle from a raw 8 bit pixel buffer to the specified surface.
|
||||
// - The surface must match the logical dimensions of the buffer exactly.
|
||||
|
@ -99,7 +99,9 @@ struct Color {
|
||||
struct Surface : Graphics::Surface {
|
||||
|
||||
void transitionDissolve(const byte *sourceBuffer, const Common::Rect &sourceRect, int flags, double percent);
|
||||
#ifdef SAGA_DEBUG
|
||||
void drawPalette();
|
||||
#endif
|
||||
void drawPolyLine(const Point *points, int count, int color);
|
||||
void blit(const Common::Rect &destRect, const byte *sourceBuffer);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user