Remove unused namespace declaration in Tile16Transfer handler
This commit is contained in:
@@ -10,8 +10,6 @@
|
|||||||
namespace yaze {
|
namespace yaze {
|
||||||
namespace cli {
|
namespace cli {
|
||||||
|
|
||||||
using namespace app;
|
|
||||||
|
|
||||||
absl::Status Tile16Transfer::handle(const std::vector<std::string>& arg_vec) {
|
absl::Status Tile16Transfer::handle(const std::vector<std::string>& arg_vec) {
|
||||||
// Load the source rom
|
// Load the source rom
|
||||||
RETURN_IF_ERROR(rom_.LoadFromFile(arg_vec[0]))
|
RETURN_IF_ERROR(rom_.LoadFromFile(arg_vec[0]))
|
||||||
|
|||||||
Reference in New Issue
Block a user