summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorApoorv Sachan <apoorv.99.sachan@gmail.com>2020-08-02 20:34:56 +0530
committerAntónio Fernandes <antoniof@gnome.org>2020-12-17 18:20:44 +0000
commit6d460a5404a43dede7749d383d34cf055ea3de88 (patch)
treef30d3765cd69474ecf434d94e285455d91fd34fa
parentb4cc41af0b8fbf342e614a6d9028deaeb60d3ea2 (diff)
downloadnautilus-6d460a5404a43dede7749d383d34cf055ea3de88.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;