summaryrefslogtreecommitdiff
path: root/src/modules/rkt/rkt.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-08-29 13:47:44 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-08-29 13:47:44 -0700
commit23a2d320ddb70f07de18860672d61a38445728e3 (patch)
tree56c0e084e9ef14f68143248acf144bd946805e8d /src/modules/rkt/rkt.h
parent64e4cd08b56866ab64da4ab0be158155747243ec (diff)
modules/rkt: drop ad-hoc last_ticks tracking
Commit 64a5b17 added this to til_module_context_t, so it's already being tracked now making this redundant.
Diffstat (limited to 'src/modules/rkt/rkt.h')
-rw-r--r--src/modules/rkt/rkt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/rkt/rkt.h b/src/modules/rkt/rkt.h
index cff768c..ede973a 100644
--- a/src/modules/rkt/rkt.h
+++ b/src/modules/rkt/rkt.h
@@ -21,7 +21,6 @@ typedef struct rkt_context_t {
const struct sync_track *scene_track;
double rows_per_ms;
double rocket_row;
- unsigned last_ticks;
unsigned last_connect; /* ticks at last connect attempt */
unsigned paused:1;
unsigned connected:1; /* currently connected to the RocketEditor */
© All Rights Reserved