diff options
| author | MenTaLguY <mental@rydia.net> | 2006-03-06 02:10:25 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-03-06 02:10:25 +0000 |
| commit | 1afdb4c22f9269d5683c5a44964adfb2973ae65c (patch) | |
| tree | d6b34a776c5f8e813cfbdd8b561dd8b9294a9cc4 /src/document-subset.h | |
| parent | Wire up new SPObject signal to DocumentSubset, so object order changes will b... (diff) | |
| download | inkscape-1afdb4c22f9269d5683c5a44964adfb2973ae65c.tar.gz inkscape-1afdb4c22f9269d5683c5a44964adfb2973ae65c.zip | |
remove unneeded document parameter from constructor
(bzr r208)
Diffstat (limited to 'src/document-subset.h')
| -rw-r--r-- | src/document-subset.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/document-subset.h b/src/document-subset.h index 0e40bab8d..269b4c59b 100644 --- a/src/document-subset.h +++ b/src/document-subset.h @@ -37,7 +37,7 @@ public: sigc::connection connectRemoved(sigc::slot<void, SPObject *> slot) const; protected: - explicit DocumentSubset(SPDocument *document); + DocumentSubset(); void _addOne(SPObject *obj); void _removeOne(SPObject *obj) { _remove(obj, false); } @@ -51,7 +51,6 @@ private: class Relations; - SPDocument *_document; Relations *_relations; }; |
