summaryrefslogtreecommitdiff
path: root/src/screenshot.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-04-27 15:13:46 +0000
committerfrosch <frosch@openttd.org>2014-04-27 15:13:46 +0000
commitebd2d3ccef7babead511b133d78654ea2ca38343 (patch)
tree3ddb28b9e1aecc0f048679e0d55f2a25349f29cd /src/screenshot.h
parent08660e6ea6c2741e92dd92095be6b233910f4eb7 (diff)
downloadopenttd-ebd2d3ccef7babead511b133d78654ea2ca38343.tar.xz
(svn r26525) -Remove: Screenshot format setting from GUI.
Diffstat (limited to 'src/screenshot.h')
-rw-r--r--src/screenshot.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/screenshot.h b/src/screenshot.h
index 7456a09de..ee03d8aff 100644
--- a/src/screenshot.h
+++ b/src/screenshot.h
@@ -14,9 +14,6 @@
void InitializeScreenshotFormats();
-const char *GetScreenshotFormatDesc(int i);
-bool GetScreenshotFormatSupports_32bpp(int i);
-void SetScreenshotFormat(uint i);
const char *GetCurrentScreenshotExtension();
/** Type of requested screenshot */