summaryrefslogtreecommitdiff
path: root/capplet/gsm-properties-dialog.c
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-07-27 22:53:19 +0300
committerMonsta <[email protected]>2015-07-27 22:53:19 +0300
commit7446463bd4d0ac22005a4b51919536a1bd146779 (patch)
tree3c376efea5fb25deaa877ae7a23af41092ddfbff /capplet/gsm-properties-dialog.c
parent728d76ee07069a6f7aca9135d6a1d69e6d1ae345 (diff)
downloadmate-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/gsm-properties-dialog.c')
-rw-r--r--capplet/gsm-properties-dialog.c5
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"