diff options
| author | Arne Dußin | 2020-11-10 18:59:31 +0100 |
|---|---|---|
| committer | Arne Dußin | 2020-11-10 18:59:31 +0100 |
| commit | 2315064b28627b1490016f3b45e8dee187ed9e05 (patch) | |
| tree | 93ab292f26da57b062ca9925bca2640b95cb5ff0 /src/tool/room_tool.rs | |
| parent | 178d716232468e5ae3292f39ccc5abd9c147094e (diff) | |
| download | graf_karto-2315064b28627b1490016f3b45e8dee187ed9e05.tar.gz graf_karto-2315064b28627b1490016f3b45e8dee187ed9e05.zip | |
Remove unused imports
Diffstat (limited to 'src/tool/room_tool.rs')
| -rw-r--r-- | src/tool/room_tool.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool/room_tool.rs b/src/tool/room_tool.rs index 52748fc..bb719e0 100644 --- a/src/tool/room_tool.rs +++ b/src/tool/room_tool.rs @@ -7,7 +7,7 @@ use crate::map_data::MapData; use crate::math::{Rect, Vec2}; use crate::transform::Transform; use raylib::core::drawing::{RaylibDraw, RaylibDrawHandle}; -use raylib::ffi::{Color, MouseButton}; +use raylib::ffi::Color; use raylib::RaylibHandle; pub struct RoomTool { |
