Issue 17882: Remove rendering_threads option in the CEF port

This commit is contained in:
Abdelrhman Ahmed 2017-07-28 12:19:30 +02:00
parent 3ab6b1cf8f
commit 22619fd14d

View file

@ -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,
}
//