From d16d9f950f8cb6d8948875372c9ff1f0aae9fb7a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 29 Jun 2015 14:04:27 +0200 Subject: remove some unnecessary typedefs to pointer that were really not helping make the code any clearer. Found with a search git grep -P 'typedef\s+\w+\s*\*\s*\w+\;' and manual inspection Change-Id: I6a5c031e9e060ad3623a7586ec8a8cc4fe6252e9 --- lotuswordpro/source/filter/first.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'lotuswordpro/source/filter/first.hxx') diff --git a/lotuswordpro/source/filter/first.hxx b/lotuswordpro/source/filter/first.hxx index 68d20ce2d0a9..37311920a0ce 100644 --- a/lotuswordpro/source/filter/first.hxx +++ b/lotuswordpro/source/filter/first.hxx @@ -64,9 +64,6 @@ namespace OpenStormBento // String constants extern const char gsBenMagicBytes[]; -typedef BenByte * BenByteDataPtr; -typedef const BenByte * BenConstByteDataPtr; - pCBenNamedObject FindNamedObject(pCUtList pList, const char * sName, pCUtListElmt * ppPrev); -- cgit