diff options
-rw-r--r-- | x.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -208,7 +208,6 @@ static void bpress(XEvent *); static void bmotion(XEvent *); static void propnotify(XEvent *); static void selnotify(XEvent *); -static void selclear_(XEvent *); static void selrequest(XEvent *); static void setsel(char *, Time); static void mousesel(XEvent *, int); @@ -635,12 +634,6 @@ xclipcopy(void) } void -selclear_(XEvent *e) -{ - selclear(); -} - -void selrequest(XEvent *e) { XSelectionRequestEvent *xsre; @@ -1272,7 +1265,6 @@ void xinit(int cols, int rows) { XGCValues gcvalues; - Cursor cursor; Window parent; pid_t thispid = getpid(); XColor xmousefg, xmousebg; |