aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/enabled_protocols_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/models/enabled_protocols_model.cpp')
-rw-r--r--ui/qt/models/enabled_protocols_model.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/ui/qt/models/enabled_protocols_model.cpp b/ui/qt/models/enabled_protocols_model.cpp
index 0fd46b7cd8..05a1472d25 100644
--- a/ui/qt/models/enabled_protocols_model.cpp
+++ b/ui/qt/models/enabled_protocols_model.cpp
@@ -511,16 +511,3 @@ void EnabledProtocolsProxyModel::setItemsEnable(EnabledProtocolsProxyModel::Enab
if (! parent.isValid())
emit endResetModel();
}
-
-/*
- * 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:
- */