remove unnecessary method: startApplication; method was moved to LauncherItem
authormss <noemail>
Mon, 4 Dec 2006 22:23:42 +0000 (22:23 +0000)
committermss <noemail>
Mon, 4 Dec 2006 22:23:42 +0000 (22:23 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@8 3ba93dab-e023-0410-b42a-de7732cf370a

simple-launcher.cc

index 5e31a96..fcc5ff4 100644 (file)
@@ -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;
-}