JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed unnecessary sel stuff
[dwm.git] / util.h
diff --git a/util.h b/util.h
index 00f0714..76fc09f 100644 (file)
--- a/util.h
+++ b/util.h
@@ -18,7 +18,5 @@ extern void failed_assert(char *a, char *file, int line);
 extern void pipe_spawn(char *buf, unsigned int len, Display *dpy, char *argv[]);
 extern void spawn(Display *dpy, char *argv[]);
 extern void swap(void **p1, void **p2);
-extern unsigned char *getselection(unsigned long offset, unsigned long *len,
-               unsigned long *remain);
 extern unsigned int tokenize(char **result, unsigned int reslen,
                char *str, char delim);