summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-list-view.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-12 01:41:09 +0200
committerraveit65 <[email protected]>2020-11-11 18:50:36 +0100
commit47babe69871cd65b2fb3ae2d9f97b5c31331a28f (patch)
treebe219a394b6812ae8368c748c8e98961ec1e56c5 /src/file-manager/fm-list-view.c
parenta67e47448d5534302f0efe588942e761881f28bc (diff)
downloadcaja-47babe69871cd65b2fb3ae2d9f97b5c31331a28f.tar.bz2
caja-47babe69871cd65b2fb3ae2d9f97b5c31331a28f.tar.xz
Remove unused macros
Diffstat (limited to 'src/file-manager/fm-list-view.c')
-rw-r--r--src/file-manager/fm-list-view.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/file-manager/fm-list-view.c b/src/file-manager/fm-list-view.c
index bfc29c2c..e544cdd8 100644
--- a/src/file-manager/fm-list-view.c
+++ b/src/file-manager/fm-list-view.c
@@ -122,13 +122,6 @@ struct SelectionForeachData
GtkTreeSelection *selection;
};
-/*
- * The row height should be large enough to not clip emblems.
- * Computing this would be costly, so we just choose a number
- * that works well with the set of emblems we've designed.
- */
-#define LIST_VIEW_MINIMUM_ROW_HEIGHT 28
-
/* We wait two seconds after row is collapsed to unload the subdirectory */
#define COLLAPSE_TO_UNLOAD_DELAY 2