diff options
author | Arno <arno@disconnect.de> | 2017-12-27 09:28:07 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-12-27 09:28:07 +0100 |
commit | 2ad0d6e01b50237a19fcb93f543941318ea1172e (patch) | |
tree | 69640b414f22f865471ea0a861c4ade56e0f4462 /configurationdialog.h | |
parent | 2c9d62f8687e60a4f7663ce88c5395a75c11d809 (diff) | |
download | SheMov-2ad0d6e01b50237a19fcb93f543941318ea1172e.tar.gz SheMov-2ad0d6e01b50237a19fcb93f543941318ea1172e.tar.bz2 SheMov-2ad0d6e01b50237a19fcb93f543941318ea1172e.zip |
Rip out copy path options
Honestly, I have no idea what it was good for once. The class/file using
it is long gone, but I forgot to remove the configuration options.
Unfortunately my git-foo isn't good enough to figure out what happened
when.
Well, goodbye!
Diffstat (limited to 'configurationdialog.h')
-rw-r--r-- | configurationdialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configurationdialog.h b/configurationdialog.h index cedc142..962397c 100644 --- a/configurationdialog.h +++ b/configurationdialog.h @@ -66,8 +66,6 @@ class ConfigurationDialog : public SmDialog { QLineEdit *mDatabaseName; QLineEdit *mDatabaseUsername; QLineEdit *mDatabasePassword; - QLineEdit *mWindowsDrive; - QLineEdit *mStripPath; QComboBox *mIconForFolder; QComboBox *mIconForFile; QComboBox *mIconForSeries; |