Skip to content

Commit

Permalink
Remove dbg line.
Browse files Browse the repository at this point in the history
  • Loading branch information
goddessfreya committed May 12, 2019
1 parent 18e4d42 commit 0926279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glutin/src/platform_impl/unix/x11.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ impl Context {
force_prefer_unless_only: bool,
transparent: Option<bool>,
) -> Result<Prototype<'a>, CreationError> {
let (_, prefer_egl) = (prefer_egl, true);
let select_config = |cs, display| {
select_config(&xconn, transparent, pf_reqs, cs, |config_id| {
let xid = egl::get_native_visual_id(display, *config_id)
Expand Down

0 comments on commit 0926279

Please sign in to comment.