diff options
author | Monsta <[email protected]> | 2015-07-27 22:53:19 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-07-27 22:53:19 +0300 |
commit | 7446463bd4d0ac22005a4b51919536a1bd146779 (patch) | |
tree | 3c376efea5fb25deaa877ae7a23af41092ddfbff /capplet | |
parent | 728d76ee07069a6f7aca9135d6a1d69e6d1ae345 (diff) | |
download | mate-session-manager-7446463bd4d0ac22005a4b51919536a1bd146779.tar.bz2 mate-session-manager-7446463bd4d0ac22005a4b51919536a1bd146779.tar.xz |
clean up and de-duplicate defines
from https://github.com/GNOME/gnome-session/commit/f415130f0de6cdc13d9433632d5ee1554a242103
and https://github.com/GNOME/gnome-session/commit/378f502047022b263d14bbbec213ad442e5ad822
Diffstat (limited to 'capplet')
-rw-r--r-- | capplet/gsm-properties-dialog.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/capplet/gsm-properties-dialog.c b/capplet/gsm-properties-dialog.c index e74a8fe..922d6e7 100644 --- a/capplet/gsm-properties-dialog.c +++ b/capplet/gsm-properties-dialog.c @@ -37,11 +37,6 @@ #define GSM_PROPERTIES_DIALOG_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GSM_TYPE_PROPERTIES_DIALOG, GsmPropertiesDialogPrivate)) -#define IS_STRING_EMPTY(x) ((x)==NULL||(x)[0]=='\0') - -#define REALLY_IDENTICAL_STRING(a, b) \ - ((a && b && !strcmp (a, b)) || (!a && !b)) - #define GTKBUILDER_FILE "session-properties.ui" #define CAPPLET_TREEVIEW_WIDGET_NAME "session_properties_treeview" |