From 47babe69871cd65b2fb3ae2d9f97b5c31331a28f Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Wed, 12 Aug 2020 01:41:09 +0200 Subject: Remove unused macros --- src/file-manager/fm-icon-container.c | 3 --- src/file-manager/fm-list-model.c | 3 --- src/file-manager/fm-list-view.c | 7 ------- 3 files changed, 13 deletions(-) (limited to 'src/file-manager') diff --git a/src/file-manager/fm-icon-container.c b/src/file-manager/fm-icon-container.c index 325329f2..c83cf783 100644 --- a/src/file-manager/fm-icon-container.c +++ b/src/file-manager/fm-icon-container.c @@ -36,9 +36,6 @@ #include "fm-icon-container.h" -#define ICON_TEXT_ATTRIBUTES_NUM_ITEMS 3 -#define ICON_TEXT_ATTRIBUTES_DEFAULT_TOKENS "size,date_modified,type" - G_DEFINE_TYPE (FMIconContainer, fm_icon_container, CAJA_TYPE_ICON_CONTAINER); static GQuark attribute_none_q; diff --git a/src/file-manager/fm-list-model.c b/src/file-manager/fm-list-model.c index a7b8ce86..a04b27f9 100644 --- a/src/file-manager/fm-list-model.c +++ b/src/file-manager/fm-list-model.c @@ -52,9 +52,6 @@ static GQuark attribute_name_q, attribute_modification_date_q, attribute_date_modified_q; -/* msec delay after Loading... dummy row turns into (empty) */ -#define LOADING_TO_EMPTY_DELAY 100 - static guint list_model_signals[LAST_SIGNAL] = { 0 }; static int fm_list_model_file_entry_compare_func (gconstpointer a, 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 -- cgit v1.2.1