diff options
Diffstat (limited to 'tdeinit/setproctitle.h')
-rw-r--r-- | tdeinit/setproctitle.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tdeinit/setproctitle.h b/tdeinit/setproctitle.h index 7a134e73e..c50b2d97d 100644 --- a/tdeinit/setproctitle.h +++ b/tdeinit/setproctitle.h @@ -33,14 +33,6 @@ # define SPT_PADCHAR '\0' /* pad process title with nulls */ #endif -#ifdef DGUX_5_4_2 -# define DGUX 1 -#endif - -#ifdef DGUX -# define SPT_TYPE SPT_NONE /* don't use setproctitle */ -#endif - /* ** Apple Rhapsody ** Contributed by Wilfredo Sanchez <[email protected]> |