Explorar el Código

Remove unused imports

Getty Ritter hace 4 años
padre
commit
e4622b0865
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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,
 };