aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/widgets/rtp_audio_graph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/widgets/rtp_audio_graph.cpp')
-rw-r--r--ui/qt/widgets/rtp_audio_graph.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/ui/qt/widgets/rtp_audio_graph.cpp b/ui/qt/widgets/rtp_audio_graph.cpp
index ca47df5ea3..fe88236c6f 100644
--- a/ui/qt/widgets/rtp_audio_graph.cpp
+++ b/ui/qt/widgets/rtp_audio_graph.cpp
@@ -86,17 +86,3 @@ bool RtpAudioGraph::isMyPlottable(QCPAbstractPlottable *plottable)
return false;
}
}
-
-
-/*
- * 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:
- */