Browse Source

Remove unused imports

Getty Ritter 3 years ago
parent
commit
e4622b0865
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main.rs

+ 0 - 1
src/main.rs

@@ -1,5 +1,4 @@
 use anyhow::{anyhow, bail, Result};
-use gio::prelude::{ApplicationExt, ApplicationExtManual};
 use gtk::{
     BoxExt, ButtonExt, ContainerExt, EditableSignals, EntryExt, GtkWindowExt, LabelExt, WidgetExt,
 };