From 06365aac05bb77deb7ef2e6f82d7b6806ee77f92 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 27 Feb 2009 02:35:51 -0400 Subject: Fixed the way item state is parsed and managed --- src/xact.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/xact.h') diff --git a/src/xact.h b/src/xact.h index 33127911..8d9b7d0f 100644 --- a/src/xact.h +++ b/src/xact.h @@ -72,8 +72,6 @@ public: virtual ~xact_base_t(); - virtual state_t state() const; - virtual void add_post(post_t * post); virtual bool remove_post(post_t * post); -- cgit v1.2.3