summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-19 19:42:26 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-19 19:42:26 +0100
commitaf9b2212f0d8f8c1f53aaf29e520b812dfdc321c (patch)
tree82d12ed02b489d4e0f978a333cc130f4c427ea60 /src/dcp.h
parent13c6d55d16337abbd8d8969d7062a515c1b26995 (diff)
Initial work on subtitle writing.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 1ae5cf97..fcb85168 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -177,7 +177,6 @@ private:
std::list<std::string> cpls;
std::string pkl;
std::string asset_map;
- std::list<std::string> subtitles;
};
/** the directory that we are writing to */