[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 37/96: Remove dynamic orientation code - not needed
noreply at xfce.org
noreply at xfce.org
Thu Nov 27 22:20:42 CET 2014
This is an automated email from the git hooks/post-receive script.
nick pushed a commit to branch master
in repository panel-plugins/xfce4-hardware-monitor-plugin.
commit 2e78693257ec2c6b169dac2f10b38298b191ff19
Author: Omega Weapon <OmegaPhil at gmail.com>
Date: Mon Nov 4 20:42:06 2013 +0000
Remove dynamic orientation code - not needed
---
src/applet.cpp | 8 --------
src/applet.hpp | 1 -
2 files changed, 9 deletions(-)
diff --git a/src/applet.cpp b/src/applet.cpp
index 9e968a0..5cd63c0 100644
--- a/src/applet.cpp
+++ b/src/applet.cpp
@@ -222,14 +222,6 @@ Applet::Applet(XfcePanelPlugin *plugin)
g_signal_connect_swapped(panel_applet, "free-data", G_CALLBACK(applet_free),
this);
- /* TODO: Not sure if I really need to support this
-#if (LIBXFCE4PANEL_CHECK_VERSION(4,10,0))
- g_signal_connect(plugin, "mode-changed", G_CALLBACK(PanelPlugin::mode_changed_slot), this);
-#else
- g_signal_connect(plugin, "orientation-changed", G_CALLBACK(PanelPlugin::orientation_changed_slot), this);
-#endif
- */
-
// Hooking into save signal
g_signal_connect_swapped(panel_applet, "save", G_CALLBACK(save_monitors),
this);
diff --git a/src/applet.hpp b/src/applet.hpp
index 431a99f..74eef2d 100644
--- a/src/applet.hpp
+++ b/src/applet.hpp
@@ -114,7 +114,6 @@ private:
std::auto_ptr<Gtk::AboutDialog> about;
std::auto_ptr<View> view;
std::auto_ptr<PreferencesWindow> preferences_window;
-
Gtk::Tooltips tooltips;
friend void display_preferences(void *applet);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list