aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2023-02-26 08:35:28 -0500
committerJohn Thacker <johnthacker@gmail.com>2023-02-26 08:39:16 -0500
commite7ed03d74fe253539ef05edd55c383a28994a42f (patch)
treeb35bfb2227cbc7b5942e4dd574d37762336d8f4a /ui
parent406c8e8afd320ee4a516fb05211f843e0e6d55f0 (diff)
Qt: Remove unused member
This _GStringChunk is not initialized or used anywhere in PacketListModel (and has not been for quite some time, since 62ca0a609bf7a705c09730c5613abf1931c880f5)
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/models/packet_list_model.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/qt/models/packet_list_model.h b/ui/qt/models/packet_list_model.h
index 11b42f5d72..807d884743 100644
--- a/ui/qt/models/packet_list_model.h
+++ b/ui/qt/models/packet_list_model.h
@@ -121,8 +121,6 @@ private:
QElapsedTimer *idle_dissection_timer_;
int idle_dissection_row_;
- struct _GStringChunk *string_cache_pool_;
-
bool isNumericColumn(int column);
private slots: