remove old comment

This commit is contained in:
Simon Gardling 2022-02-24 21:32:58 -05:00
parent 2bb9bbe27c
commit 8b53c7046b

View File

@ -9,7 +9,6 @@ mod misc;
fn main() { fn main() {
let app = egui_app::MathApp::default(); let app = egui_app::MathApp::default();
let options = eframe::NativeOptions { let options = eframe::NativeOptions {
// Let's show off that we support transparent windows
transparent: true, transparent: true,
drag_and_drop_support: true, drag_and_drop_support: true,
..Default::default() ..Default::default()