Basic grunt-work, untested and unfinished, but it compiles.
[dcpomatic.git] / src / wx / subtitle_view.cc
index e3aaffdfcf811a71e29f08a8d9d463b18277858d..6ec71fce5e91634a2495b4a8ddf33fb7f78312e7 100644 (file)
@@ -66,6 +66,9 @@ SubtitleView::SubtitleView (wxWindow* parent, shared_ptr<Film> film, shared_ptr<
                sizer->Add (buttons, wxSizerFlags().Expand().DoubleBorder());
        }
 
+#if 0
+       XXX
+
        list<ContentTextSubtitle> subs = decoder->subtitle->get_text (ContentTimePeriod (ContentTime(), ContentTime::max ()), true, true);
        FrameRateChange const frc = film->active_frame_rate_change (position);
        int n = 0;
@@ -81,6 +84,7 @@ SubtitleView::SubtitleView (wxWindow* parent, shared_ptr<Film> film, shared_ptr<
                        ++n;
                }
        }
+#endif
 
        SetSizerAndFit (sizer);
 }