fixing unused lines

This commit is contained in:
Chris Cochrun 2023-09-22 15:57:17 -05:00
parent 61ed155903
commit a9b9bc1de0
4 changed files with 0 additions and 5 deletions

View file

@ -2,7 +2,6 @@
// of whether or not a file exists
#[cxx_qt::bridge]
mod file_helper {
use cxx_qt_lib::QVariantValue;
use rfd::FileDialog;
use std::path::Path;