summaryrefslogtreecommitdiff
path: root/core/print_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/print_string.h')
-rw-r--r--core/print_string.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/print_string.h b/core/print_string.h
index 3e9125bddc..4d03f4a6de 100644
--- a/core/print_string.h
+++ b/core/print_string.h
@@ -38,7 +38,6 @@ extern void (*_print_func)(String);
typedef void (*PrintHandlerFunc)(void *, const String &p_string, bool p_error);
struct PrintHandlerList {
-
PrintHandlerFunc printfunc = nullptr;
void *userdata = nullptr;