diff options
author | chariot <empty> | 1987-07-02 13:53:39 +0000 |
---|---|---|
committer | chariot <empty> | 1987-07-02 13:53:39 +0000 |
commit | 0199c0a85b2d3a0032fe38ea77bd1ae54eb11712 (patch) | |
tree | 4903c0f0a5946174b2abb82cac34294e37cbfdcc /xc/programs/xsetroot | |
parent | def20dfb5ccd6521ae06078decd9d2a842c4a59b (diff) |
removed tempary code for XGetDefault since its now in the libary
Diffstat (limited to 'xc/programs/xsetroot')
-rw-r--r-- | xc/programs/xsetroot/xsetroot.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/xc/programs/xsetroot/xsetroot.c b/xc/programs/xsetroot/xsetroot.c index e94fa152f..29484d680 100644 --- a/xc/programs/xsetroot/xsetroot.c +++ b/xc/programs/xsetroot/xsetroot.c @@ -301,15 +301,3 @@ char *name; return(c); } - - -/* - * Tempary replace for not implemented Xlib routine. - */ -char *XGetDefault(dpy, name, option_name) -Display *dpy; -char *name; -char *option_name; -{ - return(NULL); -} |