removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class

This commit is contained in:
bunnei
2014-04-27 18:29:51 -04:00
parent 451a14f98c
commit a48c6b947d
8 changed files with 2 additions and 21 deletions

View File

@ -87,5 +87,4 @@ private:
u8 m_xfb_top_flipped[VideoCore::kScreenTopWidth * VideoCore::kScreenTopWidth * 4];
u8 m_xfb_bottom_flipped[VideoCore::kScreenTopWidth * VideoCore::kScreenTopWidth * 4];
DISALLOW_COPY_AND_ASSIGN(RendererOpenGL);
};