mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-04 17:15:23 -06:00
ide: Fixed CLANG warning
git-svn-id: svn://ultimatepp.org/upp/trunk@13408 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5aea85a9ae
commit
b2fc7728b5
1 changed files with 0 additions and 8 deletions
|
|
@ -6,10 +6,6 @@
|
|||
namespace Upp {
|
||||
|
||||
class AndroidDevice : public Moveable<AndroidDevice> {
|
||||
public:
|
||||
AndroidDevice() {}
|
||||
virtual ~AndroidDevice() {}
|
||||
|
||||
public:
|
||||
String GetSerial() const { return serial; }
|
||||
String GetState() const { return state; }
|
||||
|
|
@ -33,10 +29,6 @@ private:
|
|||
};
|
||||
|
||||
class AndroidVirtualDevice : public Moveable<AndroidVirtualDevice> {
|
||||
public:
|
||||
AndroidVirtualDevice() {}
|
||||
virtual ~AndroidVirtualDevice() {}
|
||||
|
||||
public:
|
||||
String GetName() const { return name; }
|
||||
String GetDeviceType() const { return deviceType; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue