X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fimage_sequence_dialog.h;h=536ae6680273d34ebbe2a0072b1b648c4f0212f5;hp=d3658b7b8e341183e6146acd569ab6fdefdc0604;hb=59e769023c392c332331567a1aea94660002c463;hpb=5af65f61bf6eba06c24025d63b43aec896a00c9c diff --git a/src/wx/image_sequence_dialog.h b/src/wx/image_sequence_dialog.h index d3658b7b8..536ae6680 100644 --- a/src/wx/image_sequence_dialog.h +++ b/src/wx/image_sequence_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,9 +26,7 @@ public: ImageSequenceDialog (wxWindow* parent); float frame_rate () const; - bool digest () const; private: wxTextCtrl* _frame_rate; - wxCheckBox* _digest; };