summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx/include
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-18 23:35:44 +0100
committerAki <please@ignore.pl>2024-03-18 23:35:44 +0100
commit3df6ccddcbd881c2474746f5f1758b095c866a67 (patch)
tree42eb543654f195f49b0a0e4d8ccc433fbdfc46b5 /FoundationEx/include
parent2aa26759e12da36d68641ea3abda9b53292a2cbd (diff)
downloadstarshatter-3df6ccddcbd881c2474746f5f1758b095c866a67.zip
starshatter-3df6ccddcbd881c2474746f5f1758b095c866a67.tar.gz
starshatter-3df6ccddcbd881c2474746f5f1758b095c866a67.tar.bz2
Removed unused FileReader, too
Diffstat (limited to 'FoundationEx/include')
-rw-r--r--FoundationEx/include/Reader.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/FoundationEx/include/Reader.h b/FoundationEx/include/Reader.h
index a89be01..2226366 100644
--- a/FoundationEx/include/Reader.h
+++ b/FoundationEx/include/Reader.h
@@ -27,18 +27,6 @@ public:
};
-class FileReader : public Reader
-{
-public:
- FileReader(const char* fname);
- virtual Text more() override;
-
-private:
- Text filename;
- int done;
-};
-
-
class BlockReader : public Reader
{
public: