diff options
| author | 2014-04-27 18:29:51 -0400 | |
|---|---|---|
| committer | 2014-04-27 18:29:51 -0400 | |
| commit | a48c6b947d5314ab804f375cca22af159cc3b77b (patch) | |
| tree | 5f49ac6edc39d37c9b49514217957b47e73505f2 /src/common/common.h | |
| parent | fixed weird spacing (diff) | |
| download | yuzu-a48c6b947d5314ab804f375cca22af159cc3b77b.tar.gz yuzu-a48c6b947d5314ab804f375cca22af159cc3b77b.tar.xz yuzu-a48c6b947d5314ab804f375cca22af159cc3b77b.zip | |
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
Diffstat (limited to 'src/common/common.h')
| -rw-r--r-- | src/common/common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/common.h b/src/common/common.h index a281b21cc..418757855 100644 --- a/src/common/common.h +++ b/src/common/common.h | |||
| @@ -159,9 +159,4 @@ enum EMUSTATE_CHANGE | |||
| 159 | EMUSTATE_CHANGE_STOP | 159 | EMUSTATE_CHANGE_STOP |
| 160 | }; | 160 | }; |
| 161 | 161 | ||
| 162 | // This should be used in the private: declarations for a class | ||
| 163 | #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ | ||
| 164 | TypeName(const TypeName&); \ | ||
| 165 | void operator=(const TypeName&) | ||
| 166 | |||
| 167 | #endif // _COMMON_H_ | 162 | #endif // _COMMON_H_ |