summaryrefslogtreecommitdiff
path: root/src/newgrf_debug.h
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-02-26 14:00:53 +0100
committerPatric Stout <github@truebrain.nl>2021-02-27 00:36:14 +0100
commit853bfc35626ddb1c1c5794b6afdaa059e2d79f05 (patch)
treed8db603fb4906a9ae4ab19b83f9966d310c6e6c3 /src/newgrf_debug.h
parent53c28a8ec9845a90f0c9e1ed83a87dbb7959d14d (diff)
downloadopenttd-853bfc35626ddb1c1c5794b6afdaa059e2d79f05.tar.xz
Codechange: replace _realtime_tick with std::chrono for mouse events
Diffstat (limited to 'src/newgrf_debug.h')
-rw-r--r--src/newgrf_debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newgrf_debug.h b/src/newgrf_debug.h
index 1679e17ee..34530dc75 100644
--- a/src/newgrf_debug.h
+++ b/src/newgrf_debug.h
@@ -26,7 +26,6 @@ enum NewGrfDebugSpritePickerMode {
struct NewGrfDebugSpritePicker {
NewGrfDebugSpritePickerMode mode; ///< Current state
void *clicked_pixel; ///< Clicked pixel (pointer to blitter buffer)
- uint32 click_time; ///< Realtime tick when clicked to detect next frame
std::vector<SpriteID> sprites; ///< Sprites found
};