Runs.
[dcpomatic.git] / src / lib / job.cc
index ace02b8b307904569b8cc9c0d928c5356228fd23..ff0332d6daeee092ca29cc6c720bfb0098b6d30c 100644 (file)
@@ -34,8 +34,6 @@ using std::list;
 using std::stringstream;
 using boost::shared_ptr;
 
-/** @param s Film that we are operating on.
- */
 Job::Job (shared_ptr<Film> f)
        : _film (f)
        , _thread (0)