diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-24 20:12:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-24 20:12:43 +0100 |
| commit | 977b36672892b14de4ecb68e98415c64946e8a93 (patch) | |
| tree | 2e264ce029fdd9d0abe6e9e958111a5ddd2cea45 /src/lib/job.h | |
| parent | baf6bc63df6577d6efdc12ae605aa94754b73882 (diff) | |
Tidy up now we have a x-thread signaller.
Diffstat (limited to 'src/lib/job.h')
| -rw-r--r-- | src/lib/job.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/job.h b/src/lib/job.h index b608f5da2..1ada68e1f 100644 --- a/src/lib/job.h +++ b/src/lib/job.h @@ -64,13 +64,10 @@ public: void descend (float); float overall_progress () const; - void emit_finished (); - boost::shared_ptr<Job> required () const { return _required; } - /** Emitted from the GUI thread */ sigc::signal0<void> Finished; protected: |
