diff options
Diffstat (limited to 'plugins/HistoryStats/src/column_events.cpp')
-rw-r--r-- | plugins/HistoryStats/src/column_events.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/HistoryStats/src/column_events.cpp b/plugins/HistoryStats/src/column_events.cpp index 016558f0ca..db230e666f 100644 --- a/plugins/HistoryStats/src/column_events.cpp +++ b/plugins/HistoryStats/src/column_events.cpp @@ -78,9 +78,6 @@ void ColEvents::impl_outputRenderHeader(ext::ostream& tos, int row, int rowSpan) void ColEvents::impl_outputRenderRow(ext::ostream& tos, const Contact& contact, DisplayType)
{
static int (Contact::*getData[6])() const = {
- &Contact::getInUrls,
- &Contact::getOutUrls,
- &Contact::getTotalUrls,
&Contact::getInFiles,
&Contact::getOutFiles,
&Contact::getTotalFiles,
|