From 0eb597a681115d6d5dd2ea4511fa3b8c7b3d9c9f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 27 Apr 2007 10:08:42 +0000 Subject: Restructured the code to use the new utility code in utils.h. --- mask.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mask.h') diff --git a/mask.h b/mask.h index eb729901..82634c19 100644 --- a/mask.h +++ b/mask.h @@ -21,12 +21,6 @@ class mask_t } }; -class mask_error : public error { - public: - mask_error(const string& _reason) throw() : error(_reason) {} - virtual ~mask_error() throw() {} -}; - } // namespace ledger #endif // _MASK_H -- cgit v1.2.3