Skip to content

Commit

Permalink
chore: remove redundant member
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 18, 2023
1 parent fa12b11 commit a00a9c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions source/cli/Config/ControlConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,4 @@ class ControlConfig : public Config
int _config_server = 1;
int _config_screencap = 3;
int _config_touch = 3;

private:
std::filesystem::path _target_path;
};
3 changes: 0 additions & 3 deletions source/cli/Config/DeviceConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,4 @@ class DeviceConfig : public Config
std::string _config_device_name;
std::string _config_device_SN;
std::string _config_adb;

private:
std::filesystem::path _target_path;
};

0 comments on commit a00a9c6

Please sign in to comment.