summaryrefslogtreecommitdiff
path: root/src/totem-private.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-16 23:12:06 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-17 01:56:57 +0000
commit3379fcec6e13648b987cfbadb05a5f78d12ba8b6 (patch)
tree9036eb985ddbec9c18c567f6d8794001449d3c03 /src/totem-private.h
parent159e5ae4e884d85d149bd06866a156935eb43d74 (diff)
downloadtotem-3379fcec6e13648b987cfbadb05a5f78d12ba8b6.tar.gz
main: Use new starttime column in playlist
First, to reimplement the "starttime" session restore. This handily removes a variable in the TotemObject. Then use it to implement starttime from any playlist. Closes: #10
Diffstat (limited to 'src/totem-private.h')
-rw-r--r--src/totem-private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/totem-private.h b/src/totem-private.h
index d574da284..8e228b166 100644
--- a/src/totem-private.h
+++ b/src/totem-private.h
@@ -122,7 +122,6 @@ struct _TotemObject {
gboolean drives_changed;
/* session */
- gint64 seek_to_start;
gboolean pause_start;
guint save_timeout_id;