diff options
Diffstat (limited to 'src/core/hle/service/hid.h')
-rw-r--r-- | src/core/hle/service/hid.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/hid.h b/src/core/hle/service/hid.h index 746c1b1fc..b17fcfa86 100644 --- a/src/core/hle/service/hid.h +++ b/src/core/hle/service/hid.h @@ -29,9 +29,6 @@ public: return "hid:USER"; } -private: - - DISALLOW_COPY_AND_ASSIGN(Interface); }; } // namespace |