From 8beed3f8bdb294c742d265843586a336ee338cc0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 12 Mar 2009 06:18:26 -0400 Subject: [PATCH] Removed an unnecessary member variable --- src/filters.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/filters.h b/src/filters.h index d3968c51..e4d26ca9 100644 --- a/src/filters.h +++ b/src/filters.h @@ -597,7 +597,6 @@ public: class posts_as_equity : public subtotal_posts { - interval_t interval; post_t * last_post; account_t equity_account; account_t * balance_account;