summaryrefslogtreecommitdiff
path: root/include/rune
diff options
context:
space:
mode:
Diffstat (limited to 'include/rune')
-rw-r--r--include/rune/core/init.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/rune/core/init.h b/include/rune/core/init.h
index 50f7188..2518e8b 100644
--- a/include/rune/core/init.h
+++ b/include/rune/core/init.h
@@ -38,9 +38,4 @@ RAPI int rune_init(int argc, char* argv[]);
*/
RAPI void rune_exit(void);
-/**
- * \brief Hot-reloads the entire engine library from disk
- */
-RAPI int rune_hot_reload(void);
-
#endif