summaryrefslogtreecommitdiff
path: root/src/nautilus-file.c
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2021-11-02 21:57:50 +0000
committerAntónio Fernandes <antoniof@gnome.org>2021-12-26 18:12:29 +0000
commitb6ec43aaf0ff2e001d4f31dff5142c8dc271483b (patch)
tree00825249fd3110a3f96f809455c5978ca476a776 /src/nautilus-file.c
parent8cf4113d701efc30ac1e5e502f16138df144592a (diff)
downloadnautilus-b6ec43aaf0ff2e001d4f31dff5142c8dc271483b.tar.gz
general: Remove thumbnail frame
Shadows are present in design mockups, frame is not. In GTK 4 we are going to be able to draw shadows in the new views using CSS, which is going to be much better than transforming pixbufs. Furthermore, this removes another use of libgd, which we want to stop depending on as part of the GTK 3-to-4 migration.
Diffstat (limited to 'src/nautilus-file.c')
-rw-r--r--src/nautilus-file.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nautilus-file.c b/src/nautilus-file.c
index 3f5d1399c..9498e81e4 100644
--- a/src/nautilus-file.c
+++ b/src/nautilus-file.c
@@ -5261,10 +5261,6 @@ nautilus_file_get_thumbnail_icon (NautilusFile *file,
{
nautilus_ui_frame_video (&pixbuf);
}
- else
- {
- nautilus_ui_frame_image (&pixbuf);
- }
}
}