summaryrefslogtreecommitdiff
path: root/shortcuts
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2013-01-23 01:04:00 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2013-01-23 01:04:00 +0100
commit53e8237d2a9cebb871c333a3fbbc6877e520206f (patch)
treea3f805e67e2b98ef23f8d0302c7b5b8ca0e40409 /shortcuts
parent151b0843db183bcdb6f212f70785f15d18338444 (diff)
CompizShortcutModeller: remove duplicated signal definition
(bzr r2919.3.60)
Diffstat (limited to 'shortcuts')
-rw-r--r--shortcuts/CompizShortcutModeller.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/shortcuts/CompizShortcutModeller.h b/shortcuts/CompizShortcutModeller.h
index 61e1ca3ea..f023e30cf 100644
--- a/shortcuts/CompizShortcutModeller.h
+++ b/shortcuts/CompizShortcutModeller.h
@@ -33,8 +33,6 @@ public:
CompizModeller();
Model::Ptr GetCurrentModel() const {return model_;}
- sigc::signal<void, Model::Ptr const&> model_changed;
-
private:
Model::Ptr model_;
};