Remove unused variable.
[dcpomatic.git] / src / lib / film.h
index e96c60308c01a13c61b0ee1d40d6be88c7d32ecd..d5c7420f866b2f6b47ebd6dc31da47a125838415 100644 (file)
@@ -68,7 +68,7 @@ public:
        void send_dcp_to_tms ();
        void copy_from_dvd ();
 
-       void make_dcp (bool, int freq = 0);
+       void make_dcp (bool);
 
        /** @return Logger.
         *  It is safe to call this from any thread.