diff options
Diffstat (limited to 'Userland/Applications/VideoPlayer/VideoPlayerWidget.h')
-rw-r--r-- | Userland/Applications/VideoPlayer/VideoPlayerWidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/VideoPlayer/VideoPlayerWidget.h b/Userland/Applications/VideoPlayer/VideoPlayerWidget.h index bdc53cb630..a72590d95e 100644 --- a/Userland/Applications/VideoPlayer/VideoPlayerWidget.h +++ b/Userland/Applications/VideoPlayer/VideoPlayerWidget.h @@ -46,7 +46,6 @@ private: void set_current_timestamp(Time); void set_time_label(Time); void on_decoding_error(Video::DecoderError const&); - void update_seek_mode(); void cycle_sizing_modes(); |