Skip to content

Commit 5280bf1

Browse files
committed
disp/omt: Comment out unused init params
1 parent 11abe21 commit 5280bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/video_display/omt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void init_send(state_vdisp_omt *s){
110110
s->omt_video_frame.Timestamp = -1;
111111
}
112112

113-
void *display_omt_init(module *parent, const char *fmt, unsigned int flags){
113+
void *display_omt_init(module */*parent*/, const char *fmt, unsigned int /*flags*/){
114114
auto s = std::make_unique<state_vdisp_omt>();
115115

116116
ug_register_omt_log_callback();

0 commit comments

Comments
 (0)