aboutsummaryrefslogtreecommitdiffstats
path: root/include/yage/io_manager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/yage/io_manager.hpp')
-rw-r--r--include/yage/io_manager.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/yage/io_manager.hpp b/include/yage/io_manager.hpp
deleted file mode 100644
index 05d288b5..00000000
--- a/include/yage/io_manager.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef IO_MANAGER_HPP
-#define IO_MANAGER_HPP
-
-#include <string>
-#include <vector>
-
-class IoManager
-{
-public:
- static bool readFileToBuffer(const std::string &file_path, std::vector<unsigned char> &buffer);
-};
-
-
-#endif