summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
Diffstat (limited to 'beos')
-rw-r--r--beos/beos_thumbnail.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/beos/beos_thumbnail.cpp b/beos/beos_thumbnail.cpp
index a3bd2cd56..88e291c44 100644
--- a/beos/beos_thumbnail.cpp
+++ b/beos/beos_thumbnail.cpp
@@ -67,7 +67,6 @@ bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap,
BView *thumbView;
float width;
float height;
- float plot_scale;
int big_width;
int big_height;
int depth;
@@ -118,7 +117,6 @@ bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap,
nsbeos_current_gc_set(view);
plot = nsbeos_plotters;
- plot_scale = thumbnail_get_redraw_scale(content, big_width);
/* render the content */
thumbnail_redraw(content, big_width, big_height);