summaryrefslogtreecommitdiff
blob: 540d590e45209a41c3f7f427bb23c6636f43f5b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
https://bugs.gentoo.org/855011

diff -ruN a/src/Scrollbar.c b/src/Scrollbar.c
--- a/src/Scrollbar.c
+++ b/src/Scrollbar.c
@@ -1364,12 +1364,6 @@
       INFMESSAGE(returning due to LookAhead) ENDMESSAGE(NotifyThumb)
       return;
    }
-    /*
-       thumbProc is not pretty, but is necessary for backwards
-       compatibility on those architectures for which it work{s,ed};
-       the intent is to pass a (truncated) float by value.
-    */
-   XtCallCallbacks (w, XtNthumbProc, *(XtPointer*)&TOP);
    XtCallCallbacks (w, XtNjumpProc, (XtPointer)&TOP);
    ENDMESSAGE(NotifyThumb)
 }