summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx/include
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-18 00:15:45 +0100
committerAki <please@ignore.pl>2024-03-18 00:15:45 +0100
commit5b1ce74b74a47f8812470efe9c56e03bcb0e456d (patch)
treede505cf13ab438bfa40995b485d7b124b28f09d6 /FoundationEx/include
parentc784978aa038df7b3777a4c3ce3e6da6dc8cc6a1 (diff)
downloadstarshatter-5b1ce74b74a47f8812470efe9c56e03bcb0e456d.zip
starshatter-5b1ce74b74a47f8812470efe9c56e03bcb0e456d.tar.gz
starshatter-5b1ce74b74a47f8812470efe9c56e03bcb0e456d.tar.bz2
Removed ConsoleReader
Diffstat (limited to 'FoundationEx/include')
-rw-r--r--FoundationEx/include/Reader.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/FoundationEx/include/Reader.h b/FoundationEx/include/Reader.h
index 42d5cc0..a89be01 100644
--- a/FoundationEx/include/Reader.h
+++ b/FoundationEx/include/Reader.h
@@ -27,20 +27,6 @@ public:
};
-class ConsoleReader : public Reader
-{
-public:
- virtual Text more() override;
-
- void printPrimaryPrompt();
- void fillInputBuffer();
-
-private:
- char buffer[1000];
- char* p;
-};
-
-
class FileReader : public Reader
{
public: