summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/act_u.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/act_u.cpp')
-rw-r--r--src/core/hle/service/act_u.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/service/act_u.cpp b/src/core/hle/service/act_u.cpp
index 10870f14b..57f49c91f 100644
--- a/src/core/hle/service/act_u.cpp
+++ b/src/core/hle/service/act_u.cpp
@@ -2,7 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include "common/log.h"
#include "core/hle/hle.h"
#include "core/hle/service/act_u.h"
@@ -18,7 +17,7 @@ namespace ACT_U {
// Interface class
Interface::Interface() {
- //Register(FunctionTable, ARRAY_SIZE(FunctionTable));
+ //Register(FunctionTable);
}
} // namespace