aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/view.h')
-rw-r--r--engines/mohawk/view.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/mohawk/view.h b/engines/mohawk/view.h
index 47853f056f..8bf4701de4 100644
--- a/engines/mohawk/view.h
+++ b/engines/mohawk/view.h
@@ -192,13 +192,6 @@ protected:
void finishResetFeatureScript();
};
-#define NUM_SYNC_CHANNELS 17
-struct SyncChannel {
- uint16 masterId;
- byte state;
- bool alternate;
-};
-
class View {
public:
View(MohawkEngine *vm);
@@ -234,7 +227,6 @@ public:
void sortView();
uint32 _lastIdleTime;
- SyncChannel _syncChannels[NUM_SYNC_CHANNELS];
virtual uint32 getTime() = 0;