X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fphysfs%2Fphysfs_stream.hpp;h=077a8760b6e0bda2bdf2e3c003deefd9f616cc18;hb=e50f4f9a24ce4cb25d615d00d7edc5785acee43d;hp=d861236d869e86badbb38eabf90aef219c05a69a;hpb=99cf62c2d44b4555e9761f1c8f1b10cf880c33fb;p=supertux.git diff --git a/src/physfs/physfs_stream.hpp b/src/physfs/physfs_stream.hpp index d861236d8..077a8760b 100644 --- a/src/physfs/physfs_stream.hpp +++ b/src/physfs/physfs_stream.hpp @@ -20,12 +20,6 @@ #ifndef __PHYSFSSTREAM_HPP__ #define __PHYSFSSTREAM_HPP__ -#include - -typedef Unison::VFS::istream IFileStream; -typedef Unison::VFS::ostream OFileStream; - -#if 0 #include #include #include @@ -80,6 +74,5 @@ public: OFileStream(const std::string& filename); ~OFileStream(); }; -#endif #endif