Remove unused namespace declaration in Tile16Transfer handler

This commit is contained in:
scawful
2024-12-28 21:50:54 -05:00
parent c74e1e660c
commit bfadd435a0

View File

@@ -10,8 +10,6 @@
namespace yaze {
namespace cli {
using namespace app;
absl::Status Tile16Transfer::handle(const std::vector<std::string>& arg_vec) {
// Load the source rom
RETURN_IF_ERROR(rom_.LoadFromFile(arg_vec[0]))