diff options
Diffstat (limited to 'src/core/hle/service/apt.h')
-rw-r--r-- | src/core/hle/service/apt.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/service/apt.h b/src/core/hle/service/apt.h index e74baac0c..4c7dd07e7 100644 --- a/src/core/hle/service/apt.h +++ b/src/core/hle/service/apt.h @@ -32,10 +32,6 @@ public: std::string GetPortName() const { return "APT:U"; } - -private: - - DISALLOW_COPY_AND_ASSIGN(Interface); }; } // namespace |