summaryrefslogtreecommitdiffstats
path: root/raul/log.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/log.hpp')
-rw-r--r--raul/log.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/raul/log.hpp b/raul/log.hpp
index 6237325..cbc9f14 100644
--- a/raul/log.hpp
+++ b/raul/log.hpp
@@ -78,7 +78,6 @@ private:
std::ostream& _out;
};
-
class NullBuffer : public std::streambuf
{
protected:
@@ -86,13 +85,11 @@ protected:
int sync() { return 0; }
};
-
extern std::ostream info;
extern std::ostream warn;
extern std::ostream error;
extern std::ostream debug;
-
} // namespace Raul
#endif // RAUL_LOG_HPP