Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker digest calcu...
[dcpomatic.git] / src / wx / image_sequence_dialog.h
index d3658b7b8e341183e6146acd569ab6fdefdc0604..536ae6680273d34ebbe2a0072b1b648c4f0212f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
 
     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;
 };