summaryrefslogtreecommitdiff
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2013-02-06 05:39:11 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2013-02-06 05:39:11 +0100
commit5489e0f9260a93610de7f1eb504cfd4263f5a47b (patch)
treeeecdecc713d12d33b239af604a3a9e3c9f6bd174
parentb20137b88b7735581f437a12ee43ac8dcccff8f1 (diff)
AbstractLauncherIcon: remove on_expo_terminated_connection
(bzr r3131.1.2)
-rw-r--r--launcher/AbstractLauncherIcon.h1
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;
};
}