aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-04-27 18:29:51 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-04-27 18:29:51 -0400
commita48c6b947d5314ab804f375cca22af159cc3b77b (patch)
tree5f49ac6edc39d37c9b49514217957b47e73505f2 /src/core/hle
parent451a14f98c4d881208c786a6a5aa621e2647aed5 (diff)
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
Diffstat (limited to 'src/core/hle')
-rw-r--r--src/core/hle/service/gsp.h3
-rw-r--r--src/core/hle/service/hid.h3
-rw-r--r--src/core/hle/service/srv.h3
3 files changed, 0 insertions, 9 deletions
diff --git a/src/core/hle/service/gsp.h b/src/core/hle/service/gsp.h
index 3b184608..5ba09ab7 100644
--- a/src/core/hle/service/gsp.h
+++ b/src/core/hle/service/gsp.h
@@ -27,9 +27,6 @@ public:
return "gsp::Gpu";
}
-private:
-
- DISALLOW_COPY_AND_ASSIGN(Interface);
};
} // namespace
diff --git a/src/core/hle/service/hid.h b/src/core/hle/service/hid.h
index 746c1b1f..b17fcfa8 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
diff --git a/src/core/hle/service/srv.h b/src/core/hle/service/srv.h
index d9ac8fc8..760c976b 100644
--- a/src/core/hle/service/srv.h
+++ b/src/core/hle/service/srv.h
@@ -32,9 +32,6 @@ public:
*/
Syscall::Result Sync();
-private:
-
- DISALLOW_COPY_AND_ASSIGN(Interface);
};
} // namespace