Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
doc(pal): remove an outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Apr 23, 2020
1 parent 13f6740 commit 9ceb66c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tcw3/pal/src/iface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ use std::{borrow::Cow, fmt, fmt::Debug, hash::Hash, ops::Range, time::Duration};

pub type RGBAF32 = RGBA<f32>;

// FIXME: Our API might not be a perfect fit for some platforms. This is because
// the API was originally built around Cocoa (macOS's system API). It's
// perfectly okay to modify it.

/// A trait for window managers.
///
/// All methods are reentrant with some exceptions.
Expand Down

0 comments on commit 9ceb66c

Please sign in to comment.