diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-02-06 05:39:11 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-02-06 05:39:11 +0100 |
| commit | 5489e0f9260a93610de7f1eb504cfd4263f5a47b (patch) | |
| tree | eecdecc713d12d33b239af604a3a9e3c9f6bd174 | |
| parent | b20137b88b7735581f437a12ee43ac8dcccff8f1 (diff) | |
AbstractLauncherIcon: remove on_expo_terminated_connection
(bzr r3131.1.2)
| -rw-r--r-- | launcher/AbstractLauncherIcon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/AbstractLauncherIcon.h b/launcher/AbstractLauncherIcon.h index 936020daa..db8f1492b 100644 --- a/launcher/AbstractLauncherIcon.h +++ b/launcher/AbstractLauncherIcon.h @@ -240,7 +240,6 @@ public: sigc::connection on_icon_added_connection; sigc::connection on_icon_removed_connection; sigc::connection on_order_changed_connection; - sigc::connection on_expo_terminated_connection; }; } |
