summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-06 14:27:08 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-06 14:27:08 +0100
commitd406283ff669a33973b43839da6200d972d25f2a (patch)
treee66d9f393a75cd87d3b342f951d646779a4d8d89 /src/dcp.h
parent8f6f5c5c8f09d8aa880c3f2f29530744576212a1 (diff)
Somewhat experimental; read files to use from the ASSETMAP rather than scanning them.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 9e9b1130..8dd7a412 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -156,8 +156,6 @@ private:
std::list<std::string> subtitles;
};
- void scan (Files& files, std::string directory) const;
-
/** the directory that we are writing to */
std::string _directory;
/** the name of the DCP */