Skip to content

Commit

Permalink
Fix warnings for win32 (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Sep 13, 2017
1 parent c82fcd2 commit ae7802c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ core-graphics = "0.8"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = "0.2"
shell32-sys = "0.1"
gdi32-sys = "0.1"
user32-sys = "~0.1.2"
kernel32-sys = "0.2"
dwmapi-sys = "0.1"
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ extern crate kernel32;
#[cfg(target_os = "windows")]
extern crate shell32;
#[cfg(target_os = "windows")]
extern crate gdi32;
#[cfg(target_os = "windows")]
extern crate user32;
#[cfg(target_os = "windows")]
extern crate dwmapi;
Expand Down
1 change: 0 additions & 1 deletion src/platform/windows/events_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ use KeyboardInput;
use WindowAttributes;
use WindowEvent;
use WindowId as SuperWindowId;
use AxisId;

/// Contains information about states and the window that the callback is going to use.
#[derive(Clone)]
Expand Down

0 comments on commit ae7802c

Please sign in to comment.