diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/solar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index 0f0b123d8b06..926dc0fb7607 100644 --- a/tools/inc/tools/solar.h +++ b/tools/inc/tools/solar.h @@ -51,7 +51,6 @@ typedef sal_uIntPtr sal_uLong; /* Replaces type ULONG */ /*** misc. macros to leverage platform and compiler differences ********/ -typedef int FASTBOOL; #define DELETEZ( p ) ( delete p,p = 0 ) #ifdef WNT |