aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/interface_frame.h
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2022-04-22 11:34:55 +0200
committerRoland Knall <rknall@gmail.com>2022-04-22 09:37:10 +0000
commit374c5997da94d46f47873b9ee2c8e84b62ad12b4 (patch)
tree176f28850ad51ca52128aa9c22711be970fb9340 /ui/qt/interface_frame.h
parent3407992cb4205ff24c713797a938302405570619 (diff)
Qt: Remove unnecessary signal/slot
getPoints never worked in the new system therefore it is removed. SparkLineDelegate uses the underlying model to ensure the correct data being transmitted
Diffstat (limited to 'ui/qt/interface_frame.h')
-rw-r--r--ui/qt/interface_frame.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt/interface_frame.h b/ui/qt/interface_frame.h
index 14871d34ef..f36ce945fa 100644
--- a/ui/qt/interface_frame.h
+++ b/ui/qt/interface_frame.h
@@ -58,7 +58,6 @@ public slots:
#ifdef HAVE_PCAP_REMOTE
void toggleRemoteInterfaces();
#endif
- void getPoints(int idx, PointList *pts);
void showRunOnFile();
void showContextMenu(QPoint pos);