Skip to content

Commit

Permalink
Merge pull request #317 from bombless/rustup
Browse files Browse the repository at this point in the history
Update for latest Rust
  • Loading branch information
tomaka committed Mar 19, 2015
2 parents b4f8c3b + 0be7b07 commit d48b828
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ impl<'a> WindowBuilder<'a> {
///
/// Will panic if `samples` is not a power of two.
pub fn with_multisampling(mut self, samples: u16) -> WindowBuilder<'a> {
use std::num::UnsignedInt;
assert!(samples.is_power_of_two());
self.attribs.multisampling = Some(samples);
self
Expand Down

0 comments on commit d48b828

Please sign in to comment.