diff options
Diffstat (limited to 'src/file-manager/fm-list-view.c')
-rw-r--r-- | src/file-manager/fm-list-view.c | 7 |
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 |