diff options
Diffstat (limited to 'app/Settings.qml')
-rw-r--r-- | app/Settings.qml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Settings.qml b/app/Settings.qml index f257d8a..a994bd7 100644 --- a/app/Settings.qml +++ b/app/Settings.qml @@ -24,7 +24,6 @@ import 'bluetooth' import 'wifi' import 'wired' import 'version' -import 'voice' ApplicationWindow { id: root @@ -74,8 +73,6 @@ ApplicationWindow { Wired {} - Voice {} - Version {} } } |