* created a wrapper over LauncherItem (helps to embrace functionality that is necess...
[simple-launcher] / launcher-item.cc
index 8863fc0..78ab250 100644 (file)
@@ -121,8 +121,4 @@ GdkPixbuf *LauncherItem::getIcon(int icon_size) const {
   return pixbuf;
 }
 
-bool LauncherItem::activate(osso_context_t *context) {
-  return osso_application_top(context, myService.c_str(), 0) == OSSO_OK;
-}
-
 // vim:ts=2:sw=2:et