Skip to content

Commit

Permalink
win d3d: Remove declaration of non-existent function.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Nov 24, 2023
1 parent 3b9b878 commit f26411c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/videoout_d3d.h
Expand Up @@ -24,7 +24,6 @@ class VideoOutputD3D : public MythVideoOutput
void RenderFrame(MythVideoFrame *buffer, FrameScanType) override; // VideoOutput
void RenderEnd() override; // VideoOutput
void PrepareFrame(MythVideoFrame *frame, FrameScanType scan) override; // VideoOutput
void PrepareEnd() override; // VideoOutput
void EndFrame() override;
bool InputChanged(QSize video_dim_buf,
QSize video_dim_disp,
Expand Down

0 comments on commit f26411c

Please sign in to comment.