From 85b752c39eb47ee926f23e9d33a0990f6738e01a Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 25 Mar 2021 14:17:37 +0100 Subject: Move redundant code portions into libayatana-common and build against it. --- src/utils.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/utils.h') 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 #include -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__ */ -- cgit v1.2.3