More tidying up.

This commit is contained in:
David Williams
2011-02-12 21:47:02 +00:00
parent ed355b856f
commit bf9f5aee48
6 changed files with 26 additions and 54 deletions

View File

@ -70,10 +70,6 @@ namespace PolyVox
uint8_t m_uSideLengthPower;
bool m_bIsCompressed;
bool m_bIsUncompressedDataModified;
private:
Block(const Block& rhs);
Block& operator=(const Block& rhs);
};
}