[nautilus/wip/apoos-maximus/gsoc2020: 2/8] properties-window: Removed unused macros




commit 5fdb5d6ae8f64b2f3b350ad27f30d27b12af8110
Author: Apoorv Sachan <apoorv 99 sachan gmail com>
Date:   Sun Aug 2 20:34:56 2020 +0530

    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.

 src/nautilus-properties-window.c | 2 --
 1 file changed, 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;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]