[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 01/03: Remove redundant help code
noreply at xfce.org
noreply at xfce.org
Tue Aug 25 21:32:20 CEST 2015
This is an automated email from the git hooks/post-receive script.
omegaphil pushed a commit to branch master
in repository panel-plugins/xfce4-hardware-monitor-plugin.
commit debd211e864a6db466d1e1e7b415c75480766562
Author: OmegaPhil <OmegaPhil at startmail.com>
Date: Sun Aug 23 21:25:17 2015 +0100
Remove redundant help code
---
src/applet.cpp | 10 ----------
src/applet.hpp | 2 --
2 files changed, 12 deletions(-)
diff --git a/src/applet.cpp b/src/applet.cpp
index 2cc73f7..3c3f4e6 100644
--- a/src/applet.cpp
+++ b/src/applet.cpp
@@ -99,11 +99,6 @@ void display_preferences(Applet *applet)
applet->on_preferences_activated();
}
-void display_help(Applet *applet)
-{
- applet->on_help_activated();
-}
-
void display_about(Applet *applet)
{
applet->on_about_activated();
@@ -865,11 +860,6 @@ void Applet::on_preferences_activated()
preferences_window->show();
}
-void Applet::on_help_activated()
-{
- // FIXME: do something
-}
-
void Applet::on_about_activated()
{
std::vector<Glib::ustring> authors;
diff --git a/src/applet.hpp b/src/applet.hpp
index e179ec6..abb54b4 100644
--- a/src/applet.hpp
+++ b/src/applet.hpp
@@ -108,7 +108,6 @@ private:
// the context menu
void on_preferences_activated();
- void on_help_activated();
void on_about_activated();
// looping
@@ -135,7 +134,6 @@ private:
Gtk::Tooltips tooltips;
friend void display_preferences(Applet *applet);
- friend void display_help(Applet *applet);
friend void display_about(Applet *applet);
friend void save_monitors(Applet *applet);
friend gboolean size_changed(XfcePanelPlugin* plugin, gint size,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list