aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-03-25 14:17:37 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-03 21:56:15 +0200
commit85b752c39eb47ee926f23e9d33a0990f6738e01a (patch)
treee4cf386d83e74e92f1454540cf0e82d5fe160344 /src/utils.h
parent4c50f67123792904e93920283f467c88f941d2e3 (diff)
downloadayatana-indicator-power-85b752c39eb47ee926f23e9d33a0990f6738e01a.tar.gz
ayatana-indicator-power-85b752c39eb47ee926f23e9d33a0990f6738e01a.tar.bz2
ayatana-indicator-power-85b752c39eb47ee926f23e9d33a0990f6738e01a.zip
Move redundant code portions into libayatana-common and build against it.
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/utils.h b/src/utils.h
index 2666f02..7d03abb 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -21,15 +21,8 @@
#include <glib/gi18n.h>
#include <string.h>
-void execute_command (const gchar * cmd);
void utils_handle_settings_request(void);
gboolean zenity_warning (const char * icon_name, const char * title, const char * text);
-gboolean is_unity();
-gboolean is_gnome();
-gboolean is_mate();
-gboolean is_pantheon();
-gboolean is_xfce();
-
#endif /* __INDICATOR_POWER_UTILS_H__ */