From 22619fd14d4b38bba020d182f7fea0edbd5c1ec8 Mon Sep 17 00:00:00 2001 From: Abdelrhman Ahmed Date: Fri, 28 Jul 2017 12:19:30 +0200 Subject: [PATCH] Issue 17882: Remove rendering_threads option in the CEF port --- ports/cef/types.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ports/cef/types.rs b/ports/cef/types.rs index f8d8685d8a0..3cba9bf950c 100644 --- a/ports/cef/types.rs +++ b/ports/cef/types.rs @@ -727,11 +727,6 @@ pub struct cef_settings { // of the background color but will be otherwise ignored. // pub background_color: cef_color_t, - - // - // Determines how many rendering threads are used. - // - pub rendering_threads: c_int, } //