minor comment conformance

This commit is contained in:
itsmattkc
2019-07-23 10:22:58 -07:00
parent 71e6e3143b
commit 2e41f6d8f0
6 changed files with 33 additions and 7 deletions
-1
View File
@@ -59,7 +59,6 @@ SequenceDialog::SequenceDialog(Sequence* s, Type t, QWidget* parent) :
video_layout->addWidget(video_height_field_, 1, 1);
video_layout->addWidget(new QLabel(tr("Frame Rate:")), 2, 0);
video_frame_rate_field_ = new QComboBox();
// FIXME: No frame rate made
video_layout->addWidget(video_frame_rate_field_, 2, 1);
layout->addWidget(video_group);