diff options
author | converse <empty> | 1993-08-03 14:56:39 +0000 |
---|---|---|
committer | converse <empty> | 1993-08-03 14:56:39 +0000 |
commit | 0445e53b8f99c81c6c68aeddb34cafa80692313e (patch) | |
tree | cd2a5560cf08347d7bebefee41a35d70ce9123ba /xc/programs/xwd | |
parent | dee3561b09a5cebbda53ea172d3d5bd7ee4c623e (diff) |
Take out Mark Lillibridge's obsolete email address.
Diffstat (limited to 'xc/programs/xwd')
-rw-r--r-- | xc/programs/xwd/dsimple.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/xc/programs/xwd/dsimple.c b/xc/programs/xwd/dsimple.c index 8da7d1dbb..620d5f8cb 100644 --- a/xc/programs/xwd/dsimple.c +++ b/xc/programs/xwd/dsimple.c @@ -1,4 +1,4 @@ -/* $XConsortium: dsimple.c,v 1.12 91/05/11 21:01:52 gildea Exp $ */ +/* $XConsortium: dsimple.c,v 1.13 93/08/02 16:26:08 converse Exp $ */ #include <X11/Xos.h> #include <X11/Xlib.h> #include <X11/Xutil.h> @@ -8,8 +8,6 @@ * Other_stuff.h: Definitions of routines in other_stuff. * * Written by Mark Lillibridge. Last updated 7/1/87 - * - * Send bugs, etc. to chariot@athena.mit.edu. */ unsigned long Resolve_Color(); @@ -28,8 +26,6 @@ void Fatal_Error(); * and screen already defined on entry. * * Written by Mark Lillibridge. Last updated 7/1/87 - * - * Send bugs, etc. to chariot@athena.mit.edu. */ @@ -300,8 +296,6 @@ Window Select_Window_Args(rargc, argv) * Other_stuff: A group of routines which do common X11 tasks. * * Written by Mark Lillibridge. Last updated 7/1/87 - * - * Send bugs, etc. to chariot@athena.mit.edu. */ extern Display *dpy; |