diff --git a/ports/cef/window.rs b/ports/cef/window.rs index 96a2379deca..d2f60b04ac9 100644 --- a/ports/cef/window.rs +++ b/ports/cef/window.rs @@ -371,7 +371,6 @@ impl CompositorProxy for CefCompositorProxy { #[cfg(target_os="linux")] fn send(&mut self, msg: compositor_task::Msg) { - // FIXME(pcwalton): Kick the GTK event loop awake? self.sender.send(msg).unwrap(); }