aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/interface_tree_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/models/interface_tree_model.cpp')
-rw-r--r--ui/qt/models/interface_tree_model.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/ui/qt/models/interface_tree_model.cpp b/ui/qt/models/interface_tree_model.cpp
index 270020200c..63a2680ec4 100644
--- a/ui/qt/models/interface_tree_model.cpp
+++ b/ui/qt/models/interface_tree_model.cpp
@@ -539,17 +539,3 @@ bool InterfaceTreeModel::updateSelectedDevices(QItemSelection sourceSelection)
#endif
return selectionHasChanged;
}
-
-
-/*
- * Editor modelines
- *
- * Local Variables:
- * c-basic-offset: 4
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
- */