Skip to content

Commit

Permalink
chore: remove unused function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 19, 2023
1 parent 2be17b6 commit 1a00912
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/cli/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ MaaSize get_device_index(const MaaSize& device_size);
void save_config(const std::string& adb, const std::string& adb_address, const int& client_type, const TaskList& tasks,
MaaAdbControllerType ctrl_type);

std::string read_adb_config(const std::filesystem::path& cur_dir);

std::string TaskStatus(MaaStatus status);

void mpause();

0 comments on commit 1a00912

Please sign in to comment.