X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fexceptions.h;h=a558adc5d13dc55e855913a31b40fe92f4134925;hb=1b68fb768306ad591057b0941bc31460034a4976;hp=c54307653b87b3575a09878ce59893d26ab4a544;hpb=1c1c97cbd1d7913ac12bf550ec02c97f843a0fd3;p=minetest.git diff --git a/src/exceptions.h b/src/exceptions.h index c54307653..a558adc5d 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -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) {}