Various alignment tidying/fixups.
[dcpomatic.git] / src / wx / simple_video_view.h
index 26d1299b1d84fda12c4acad8b7c4a545820227ee..cbb162023c29e402bb0561b0570a62cc0b8a38b7 100644 (file)
@@ -42,10 +42,6 @@ public:
        NextFrameResult display_next_frame (bool non_blocking) override;
 
 private:
-       void set_image (std::shared_ptr<const Image> image) {
-               _image = image;
-       }
-
        void refresh_panel ();
        void paint ();
        void timer ();