summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-09-07 14:13:26 +0200
committerPavel Grunt <pgrunt@redhat.com>2015-09-09 09:04:39 +0200
commit302b782e7742f571ab7e9de4df2cf964b2c74c8c (patch)
treeb371559e094007224f942072a52ebdece24e6377
parentb76c734d1686bb6ba8395969dc98c407103d848c (diff)
display.js: Remove unreachable return
-rw-r--r--display.js2
1 files changed, 0 insertions, 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)
{