summaryrefslogtreecommitdiff
path: root/src/lib/format.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-08 00:20:10 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-08 00:20:10 +0100
commitd7801f3fe5a5ac46aa2c512bcd00be2bee39ed17 (patch)
treefcffa66cf84fb08c55e5547c5551d604df03dcec /src/lib/format.h
parent7c798f9e215282afb078da53b1d41d4c99e11f5d (diff)
Present fixed formats with video content and variable formats with stills.
Diffstat (limited to 'src/lib/format.h')
-rw-r--r--src/lib/format.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/format.h b/src/lib/format.h
index 6172dc57d..fd6cdbece 100644
--- a/src/lib/format.h
+++ b/src/lib/format.h
@@ -71,9 +71,7 @@ public:
static Format const * from_nickname (std::string n);
static Format const * from_metadata (std::string m);
- static Format const * from_index (int i);
static Format const * from_id (std::string i);
- static int as_index (Format const * f);
static std::vector<Format const *> all ();
static void setup_formats ();