summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-05 13:39:10 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-05 13:39:10 +0000
commit5cb09148a9d3456727459b7d41b8c36b0ca277b9 (patch)
treef896e01194135fe6dd19d1bb04c786d5fc846623 /src/dcp.h
parent5d2236bf466ea8592344791e926b075be339c3dc (diff)
Comment / tidy.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 9d8a5415..d6275037 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -97,11 +97,6 @@ public:
boost::shared_ptr<const Signer> signer = boost::shared_ptr<const Signer> ()
);
- /** Emitted with a parameter between 0 and 1 to indicate progress
- * for long jobs.
- */
- boost::signals2::signal<void (float)> Progress;
-
private:
/** Write the PKL file.