From d12c7e08c67ff4060426cdc89ad05952cc5d4446 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 14 Nov 2009 06:11:18 -0500 Subject: Removed post_t::xdata_t::ptr, which is not used --- src/post.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/post.h') diff --git a/src/post.h b/src/post.h index 22f8b961..a0ab5ffd 100644 --- a/src/post.h +++ b/src/post.h @@ -135,13 +135,11 @@ public: date_t date; datetime_t datetime; account_t * account; - void * ptr; std::list sort_values; xdata_t() - : supports_flags(), count(0), - account(NULL), ptr(NULL) { + : supports_flags(), count(0), account(NULL) { TRACE_CTOR(post_t::xdata_t, ""); } xdata_t(const xdata_t& other) @@ -152,7 +150,6 @@ public: count(other.count), date(other.date), account(other.account), - ptr(NULL), sort_values(other.sort_values) { TRACE_CTOR(post_t::xdata_t, "copy"); -- cgit v1.2.3