summaryrefslogtreecommitdiff
path: root/src/wx/markers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/markers.cc')
-rw-r--r--src/wx/markers.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wx/markers.cc b/src/wx/markers.cc
index 229980c08..f6ca74a95 100644
--- a/src/wx/markers.cc
+++ b/src/wx/markers.cc
@@ -27,11 +27,9 @@ using std::vector;
vector<pair<wxString, dcp::Marker>>
-all_markers()
+all_editable_markers()
{
return vector<pair<wxString, dcp::Marker>>{
- { _("First frame of composition"), dcp::Marker::FFOC },
- { _("Last frame of composition"), dcp::Marker::LFOC },
{ _("First frame of title credits"), dcp::Marker::FFTC },
{ _("Last frame of title credits"), dcp::Marker::LFTC },
{ _("First frame of intermission"), dcp::Marker::FFOI },