Remove non-descriptive preSync and postSync methods from Camera class

This commit is contained in:
Erik Broberg
2016-09-03 21:02:30 -04:00
parent 796f80e511
commit 3a887fef02
4 changed files with 4 additions and 26 deletions

View File

@@ -118,9 +118,9 @@ namespace openspace {
// of the old calls to the function wrong..
const Mat4& combinedViewMatrix() const;
void invalidateCache();
// Synchronization
void postSynchronizationPreDraw();
void preSynchronization();
void serialize(SyncBuffer* syncBuffer);
void deserialize(SyncBuffer* syncBuffer);