]> git.lizzy.rs Git - minetest.git/blobdiff - src/exceptions.h
Don't allow banning in singleplayer
[minetest.git] / src / exceptions.h
index c54307653b87b3575a09878ce59893d26ab4a544..a558adc5d13dc55e855913a31b40fe92f4134925 100644 (file)
@@ -72,11 +72,6 @@ class SettingNotFoundException : public BaseException {
        SettingNotFoundException(const std::string &s): BaseException(s) {}
 };
 
-class InvalidFilenameException : public BaseException {
-public:
-       InvalidFilenameException(const std::string &s): BaseException(s) {}
-};
-
 class ItemNotFoundException : public BaseException {
 public:
        ItemNotFoundException(const std::string &s): BaseException(s) {}