Skip to content

Commit

Permalink
removed random frame
Browse files Browse the repository at this point in the history
  • Loading branch information
importly committed Mar 10, 2021
1 parent 57b07ff commit a9d43c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ fn main() {

let mut win = window::Window::new(100, 100, 740, 580, "Mathical GUI");

let mut framer = frame::Frame::new(0, 0, 400, 200, "");

let mut graph = button::Button::new(160, 210, 80, 40, "Graph");

graph.set_callback(move || cli::graph::graph(functioner));
Expand Down

0 comments on commit a9d43c9

Please sign in to comment.