summaryrefslogtreecommitdiff
path: root/src/strings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index e69c6cf1c..fb74a3f23 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -13,7 +13,6 @@
#include "currency.h"
#include "station_base.h"
#include "town.h"
-#include "screenshot.h"
#include "waypoint_base.h"
#include "depot_base.h"
#include "industry.h"
@@ -1682,12 +1681,6 @@ static char *GetSpecialNameString(char *buff, int ind, StringParameters *args, c
return buff;
}
- /* screenshot format name? */
- if (IsInsideMM(ind, (SPECSTR_SCREENSHOT_START - 0x70E4), (SPECSTR_SCREENSHOT_END - 0x70E4) + 1)) {
- int i = ind - (SPECSTR_SCREENSHOT_START - 0x70E4);
- return strecpy(buff, GetScreenshotFormatDesc(i), last);
- }
-
NOT_REACHED();
}