diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-11 09:40:55 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-11 09:40:55 +0100 |
commit | cff080f8dfcbf3b5729a38bbe5ba4bc80a1a4d79 (patch) | |
tree | 7200e667ff4a347eac5966941478bf16ef46727b /anim-crop-tool | |
parent | 61ebb6d41c8a0202521f89591de6d007b461b2ff (diff) |
cruft for the cruft god
Diffstat (limited to 'anim-crop-tool')
-rw-r--r-- | anim-crop-tool/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/anim-crop-tool/main.cpp b/anim-crop-tool/main.cpp index ae3c2af3..15335d84 100644 --- a/anim-crop-tool/main.cpp +++ b/anim-crop-tool/main.cpp @@ -229,8 +229,6 @@ static std::tuple<options, Arguments, bool> parse_cmdline(int argc, const char* [[nodiscard]] static bool check_atlas_name(StringView str) noexcept { - constexpr auto npos = std::string::npos; - if (str.isEmpty()) return false; if (str[0] == '.' || str[0] == '\\' || str[0] == '/') |