aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler.h
diff options
context:
space:
mode:
authorMax Horn2009-01-22 04:45:19 +0000
committerMax Horn2009-01-22 04:45:19 +0000
commit17f5d4eeea9b22e833b4f9fb2f7f2670af27b4fa (patch)
treeb8073fd375a1c3233924a9ca079967c2c127e80d /graphics/scaler.h
parentabc06ca18e69c336d701707933b4dc490dd86e94 (diff)
downloadscummvm-rg350-17f5d4eeea9b22e833b4f9fb2f7f2670af27b4fa.tar.gz
scummvm-rg350-17f5d4eeea9b22e833b4f9fb2f7f2670af27b4fa.tar.bz2
scummvm-rg350-17f5d4eeea9b22e833b4f9fb2f7f2670af27b4fa.zip
Got rid of gBitFormat in thumbnail scaler code (and even simplified it in the process)
svn-id: r35994
Diffstat (limited to 'graphics/scaler.h')
-rw-r--r--graphics/scaler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/scaler.h b/graphics/scaler.h
index 95900de412..4cea9ee2fb 100644
--- a/graphics/scaler.h
+++ b/graphics/scaler.h
@@ -75,7 +75,6 @@ enum {
kThumbnailHeight1 = 100,
kThumbnailHeight2 = 120
};
-extern void createThumbnail(const uint8* src, uint32 srcPitch, uint8* dstPtr, uint32 dstPitch, int width, int height);
/**
* Creates a thumbnail from the current screen (without overlay).