diff options
| author | 2014-12-21 11:52:10 -0800 | |
|---|---|---|
| committer | 2014-12-25 19:08:33 -0800 | |
| commit | 9796bc1fa2518ca4780ce63a543444ce5f8a28e4 (patch) | |
| tree | 3f92a6046e9c44b120297095d90fc8eb970ccd54 /src/core/hle/service/srv.cpp | |
| parent | Merge pull request #332 from lioncash/sel (diff) | |
| download | yuzu-9796bc1fa2518ca4780ce63a543444ce5f8a28e4.tar.gz yuzu-9796bc1fa2518ca4780ce63a543444ce5f8a28e4.tar.xz yuzu-9796bc1fa2518ca4780ce63a543444ce5f8a28e4.zip | |
More services & small clean ups
Diffstat (limited to 'src/core/hle/service/srv.cpp')
| -rw-r--r-- | src/core/hle/service/srv.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/srv.cpp b/src/core/hle/service/srv.cpp index 05ff1846b..25fab1a4f 100644 --- a/src/core/hle/service/srv.cpp +++ b/src/core/hle/service/srv.cpp | |||
| @@ -68,7 +68,4 @@ Interface::Interface() { | |||
| 68 | Register(FunctionTable, ARRAY_SIZE(FunctionTable)); | 68 | Register(FunctionTable, ARRAY_SIZE(FunctionTable)); |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | Interface::~Interface() { | ||
| 72 | } | ||
| 73 | |||
| 74 | } // namespace | 71 | } // namespace |