X-Git-Url: https://eleni.mutantstargoat.com/git/?p=winnie;a=blobdiff_plain;f=src%2Fwm.cc;h=6652325a9e2acac3814ae08823665148d68d3ba7;hp=7fe13fbcf6a1929a38661722bdab202f5151ee28;hb=59cd3a77c4517e387f4c2e21e8b62a9017370116;hpb=695cf39b73ecc76cbbc39e54f844ae55f4a9f938 diff --git a/src/wm.cc b/src/wm.cc index 7fe13fb..6652325 100644 --- a/src/wm.cc +++ b/src/wm.cc @@ -358,7 +358,6 @@ static void mouse(Window *win, int bn, bool pressed, int x, int y) static void motion(Window *win, int x, int y) { int left_bn = get_button(0); - int right_button = get_button(2); if(left_bn) { int dx = x - prev_x;