diff options
-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); -} |