From ffacac14a91a7fb9ec6409bbc7b1f13b4ccf67fd Mon Sep 17 00:00:00 2001 From: Jardel Weyrich Date: Thu, 10 Sep 2015 10:45:22 -0300 Subject: Remove duplicate declaration. --- Process.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Process.h') diff --git a/Process.h b/Process.h index d856c035..841b1291 100644 --- a/Process.h +++ b/Process.h @@ -158,8 +158,6 @@ typedef struct ProcessClass_ { #define ONE_DECIMAL_M (ONE_DECIMAL_K * ONE_DECIMAL_K) #define ONE_DECIMAL_G (ONE_DECIMAL_M * ONE_DECIMAL_K) -extern char Process_pidFormat[20]; - void Process_setupColumnWidths(); void Process_humanNumber(RichString* str, unsigned long number, bool coloring); -- cgit v1.2.3