From: mss Date: Mon, 4 Dec 2006 22:23:42 +0000 (+0000) Subject: remove unnecessary method: startApplication; method was moved to LauncherItem X-Git-Url: http://git.maemo.org/git/?p=simple-launcher;a=commitdiff_plain;h=ceade70d527ab00228b3cea1633e46b9af961b1f remove unnecessary method: startApplication; method was moved to LauncherItem git-svn-id: file:///svnroot/simple-launcher/trunk@8 3ba93dab-e023-0410-b42a-de7732cf370a --- diff --git a/simple-launcher.cc b/simple-launcher.cc index 5e31a96..fcc5ff4 100644 --- a/simple-launcher.cc +++ b/simple-launcher.cc @@ -38,8 +38,6 @@ public: private: bool initWidget(); - bool startApplication(const std::string& application); - private: osso_context_t *myContext; GtkWidget *myWidget; @@ -168,7 +166,3 @@ GtkWidget *SimpleLauncherApplet::settings(GtkWindow *parent) { // corresponding dialog appears. return 0; } - -bool SimpleLauncherApplet::startApplication(const std::string& application) { - return osso_application_top(myContext, application.c_str(), 0) == OSSO_OK; -}