Qt: remove unused constructors.

Fix CID 1356297 and 1356300.

Change-Id: I17e882addc2fb4a12630940cc1ae3ad62f0b793c
Reviewed-on: https://code.wireshark.org/review/16818
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Dario Lombardo 2016-07-31 23:01:15 +02:00 committed by Michael Mann
parent dd215f2435
commit 7bb2e26532
1 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@ class LBMSubstreamEntry
}
private:
LBMSubstreamEntry(void) { }
void fillItem(gboolean update_only = TRUE);
guint64 m_channel;
guint32 m_substream_id;
@ -151,7 +150,6 @@ class LBMStreamEntry
}
private:
LBMStreamEntry(void) { }
void fillItem(gboolean update_only = TRUE);
QString formatEndpoint(const packet_info * pinfo, const lbm_uim_stream_endpoint_t * endpoint);
guint64 m_channel;