summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorApoorv Sachan <apoorv.99.sachan@gmail.com>2020-08-02 20:34:56 +0530
committerOndrej Holy <oholy@redhat.com>2020-12-22 09:58:52 +0000
commitf2abec449577985ae9439e9f034c7c82ce8a0d16 (patch)
tree3e9c7ce16f5e3663b781f1b29362e8e1a198ba92
parent176d99be4b90d05c7788f5618fd2f482efb4bab1 (diff)
downloadnautilus-f2abec449577985ae9439e9f034c7c82ce8a0d16.tar.gz
properties-window: Removed unused macros
ROW_PAD was a macro used by code the UI creation code which has been removed in previous commits. Now It's not useful.
-rw-r--r--src/nautilus-properties-window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index c83ef30e4..65614252b 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -51,8 +51,6 @@
#define PREVIEW_IMAGE_WIDTH 96
-#define ROW_PAD 6
-
static GHashTable *windows;
static GHashTable *pending_lists;