aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list_record.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-08-28 01:38:23 +0000
committerGerald Combs <gerald@wireshark.org>2013-08-28 01:38:23 +0000
commitc1c6545e302e8140c5f6a74e24506586b8a88ce8 (patch)
tree9d1a60673e1ccadf33e60f5c4cce55b586ef26e0 /ui/qt/packet_list_record.h
parent5c851858d9d64c6f24a970ea0c8b1cbcc6786df0 (diff)
Comment out some unused variables.
svn path=/trunk/; revision=51557
Diffstat (limited to 'ui/qt/packet_list_record.h')
-rw-r--r--ui/qt/packet_list_record.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ui/qt/packet_list_record.h b/ui/qt/packet_list_record.h
index 75db270cb8..e9df17e86a 100644
--- a/ui/qt/packet_list_record.h
+++ b/ui/qt/packet_list_record.h
@@ -43,22 +43,22 @@ public:
private:
/** The column text for some columns */
- gchar **col_text_;
+ //gchar **col_text_;
/**< The length of the column text strings in 'col_text' */
- guint *col_text_len_;
+ //guint *col_text_len_;
frame_data *fdata_;
/** Has this record been columnized? */
- gboolean columnized_;
+ //gboolean columnized_;
/** Has this record been colorized? */
- gboolean colorized_;
+ //gboolean colorized_;
/* admin stuff used by the custom list model */
/** position within the physical array */
- guint physical_pos_;
+ //guint physical_pos_;
/** position within the visible array */
- gint visible_pos_;
+ //gint visible_pos_;
};