summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-09-28 10:13:37 +0200
committerGitHub <noreply@github.com>2020-09-28 10:13:37 +0200
commit1a8dfcd97b6d95d67aa00221196cdcc26b585e97 (patch)
tree5eea925701870cbeb9b3627b77495b8ef4f1b8e5 /core/bind/core_bind.h
parent0ba4a8ba7b0f54ac146bab3942bdd9ea60b8e18d (diff)
parent819c3524a54fb4ba66aece2401b1d28fd14b6608 (diff)
downloadredot-engine-1a8dfcd97b6d95d67aa00221196cdcc26b585e97.tar.gz
Merge pull request #42304 from akien-mga/os-drop-get_splash_tick_msec
OS: Remove unused get_splash_tick_msec
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index a59fcda60c..5c9520d7fe 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -208,7 +208,6 @@ public:
void delay_msec(uint32_t p_msec) const;
uint32_t get_ticks_msec() const;
uint64_t get_ticks_usec() const;
- uint32_t get_splash_tick_msec() const;
bool can_use_threads() const;