summaryrefslogtreecommitdiffstats
path: root/examples/ggez/tour.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-08-27 03:21:24 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-08-27 03:21:24 +0200
commit55a74a09ce3302a2a2ac8d4a3ff21f1de37f2190 (patch)
tree3cec1aa1391e0ee72184399fb09f469641f13dc0 /examples/ggez/tour.rs
parentd59d3f033de9bd1bd81d730486d75a1dbb589eb3 (diff)
downloadiced-55a74a09ce3302a2a2ac8d4a3ff21f1de37f2190.tar.gz
iced-55a74a09ce3302a2a2ac8d4a3ff21f1de37f2190.tar.bz2
iced-55a74a09ce3302a2a2ac8d4a3ff21f1de37f2190.zip
Mount `examples/resources` in `ggez::filesystem`
Diffstat (limited to '')
-rw-r--r--examples/ggez/tour.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/ggez/tour.rs b/examples/ggez/tour.rs
index 3808fdda..19982aa4 100644
--- a/examples/ggez/tour.rs
+++ b/examples/ggez/tour.rs
@@ -20,10 +20,6 @@ impl Tour {
}
}
- pub fn draw(&mut self, context: &mut ggez::Context) -> ggez::GameResult {
- Ok(())
- }
-
pub fn react(&mut self, event: Message) {
match event {
Message::BackPressed => {