From b5dc08b66bc7e2340dd5a8a0156036a65a49f269 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 24 May 2014 23:31:06 +0100 Subject: Comment and an old function declaration removed. --- src/subtitle.cc | 5 +++++ src/subtitle.h | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/subtitle.cc b/src/subtitle.cc index 26c4fd9..105bf31 100644 --- a/src/subtitle.cc +++ b/src/subtitle.cc @@ -49,6 +49,11 @@ sub::convert_font_sizes (list& subs, int screen_height_in_points) } } +/** Take a list of Subtitles and convert their times either from metric to frame, or vice-versa, + * depending on what the Subtitles currently have. + * @param sub Subtitles. + * @param frames_per_second Video frames-per-second value to use in the conversion. + */ void sub::convert_times (list& subs, float frames_per_second) { diff --git a/src/subtitle.h b/src/subtitle.h index 889f405..7729064 100644 --- a/src/subtitle.h +++ b/src/subtitle.h @@ -51,8 +51,6 @@ public: boost::optional proportional; /** in points */ boost::optional points; - - void convert (); } font_size; /** vertical position of the baseline of the text */ -- cgit v1.2.3