From 0cedbd2f50ce17bf9647fb6acdb7732f78163f2b Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 27 Jan 2023 17:07:20 +0000 Subject: [PATCH] VideoPlayer: Remove declarations for non-existent methods --- Userland/Applications/VideoPlayer/VideoPlayerWidget.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Applications/VideoPlayer/VideoPlayerWidget.h b/Userland/Applications/VideoPlayer/VideoPlayerWidget.h index eb98bb87dd..61760387bf 100644 --- a/Userland/Applications/VideoPlayer/VideoPlayerWidget.h +++ b/Userland/Applications/VideoPlayer/VideoPlayerWidget.h @@ -47,7 +47,6 @@ private: void set_time_label(Time); void on_decoding_error(Video::DecoderError const&); void update_seek_mode(); - void display_next_frame(); void cycle_sizing_modes();