summaryrefslogtreecommitdiffstats
path: root/drivers/unix/os_unix.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-12-21 08:38:14 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-12-21 09:07:59 +0200
commit3d8a942a56e1de32e23cd02eada3899c4d6d1033 (patch)
treead5ae371215a78efccf133562333005ec5f99494 /drivers/unix/os_unix.h
parent2a04b18d37de6c6e621db5a9dfd1cd0da5ccb015 (diff)
downloadredot-engine-3d8a942a56e1de32e23cd02eada3899c4d6d1033.tar.gz
Fix reading Unicode from stdio.
Diffstat (limited to 'drivers/unix/os_unix.h')
-rw-r--r--drivers/unix/os_unix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/unix/os_unix.h b/drivers/unix/os_unix.h
index ce06a52a95..68d2dd0042 100644
--- a/drivers/unix/os_unix.h
+++ b/drivers/unix/os_unix.h
@@ -46,8 +46,6 @@ protected:
virtual void finalize_core() override;
- String stdin_buf;
-
public:
OS_Unix();