diff options
| author | Torbjörn Andersson | 2006-05-20 10:57:15 +0000 | 
|---|---|---|
| committer | Torbjörn Andersson | 2006-05-20 10:57:15 +0000 | 
| commit | 1c7c0039b5483919387943625a04646c5b6b0754 (patch) | |
| tree | cdb4714e835a5b783895a9c351fce2f6bab44531 | |
| parent | 407cb66502ef9e1cf964357fad5e0a67c36b4828 (diff) | |
| download | scummvm-rg350-1c7c0039b5483919387943625a04646c5b6b0754.tar.gz scummvm-rg350-1c7c0039b5483919387943625a04646c5b6b0754.tar.bz2 scummvm-rg350-1c7c0039b5483919387943625a04646c5b6b0754.zip  | |
Removed stray printf() from earlier commit.
svn-id: r22542
| -rw-r--r-- | backends/sdl/graphics.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/sdl/graphics.cpp b/backends/sdl/graphics.cpp index e9bffb0be0..bb2c68edf1 100644 --- a/backends/sdl/graphics.cpp +++ b/backends/sdl/graphics.cpp @@ -1048,7 +1048,6 @@ void OSystem_SDL::grabPalette(byte *colors, uint start, uint num) {  }  void OSystem_SDL::setCursorPalette(const byte *colors, uint start, uint num) { -    printf("setCursorPalette\n");  	assert(colors);  	const byte *b = colors;  	uint i;  | 
