From 302b782e7742f571ab7e9de4df2cf964b2c74c8c Mon Sep 17 00:00:00 2001 From: Pavel Grunt Date: Mon, 7 Sep 2015 14:13:26 +0200 Subject: display.js: Remove unreachable return --- display.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/display.js b/display.js index 7938527..00f2903 100644 --- a/display.js +++ b/display.js @@ -171,8 +171,6 @@ SpiceDisplayConn.prototype.process_channel_message = function(msg) has_alpha: this.surfaces[draw_copy.data.src_bitmap.surface_id].format == SPICE_SURFACE_FMT_32_xRGB ? false : true, descriptor : draw_copy.data.src_bitmap.descriptor }); - - return true; } else if (draw_copy.data.src_bitmap.descriptor.type == SPICE_IMAGE_TYPE_JPEG) { -- cgit v1.2.3