summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-28 18:07:48 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-28 18:07:48 +0000
commit986bb0acba0aa73fc2ac0190a32e8fa8c6e636b4 (patch)
treeb22c760bf982a93dcc57f195d817ec682b0edca6 /src
parent33b6d7434c5d4776e5b4fc4448eccdb142948d0e (diff)
Rename subtitle_tests -> subtitle_test.
Diffstat (limited to 'src')
-rw-r--r--src/image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h
index d9109939..941325cd 100644
--- a/src/image.h
+++ b/src/image.h
@@ -24,7 +24,6 @@ namespace dcp {
class Image
{
public:
-
Image (Size);
Image (Image const &);
Image (boost::shared_ptr<const Image>);