diff options
Diffstat (limited to 'x11-toolkits/v/files/patch-includex-v-vtimer.h')
-rw-r--r-- | x11-toolkits/v/files/patch-includex-v-vtimer.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-toolkits/v/files/patch-includex-v-vtimer.h b/x11-toolkits/v/files/patch-includex-v-vtimer.h deleted file mode 100644 index 91ef038bb031..000000000000 --- a/x11-toolkits/v/files/patch-includex-v-vtimer.h +++ /dev/null @@ -1,18 +0,0 @@ ---- includex/v/vtimer.h.orig Fri Apr 4 23:37:28 2003 -+++ includex/v/vtimer.h Thu Mar 9 19:05:20 2006 -@@ -19,13 +19,13 @@ - - extern "C" - { -- void CtimerCB(XtPointer client_data, XtIntervalId* notUsed); -+ void CtimerCB(XtPointer client_data, XtIntervalId* notUsedVoid); - } - - class vTimer - { - -- friend void CtimerCB(XtPointer client_data, XtIntervalId* notUsed); -+ friend void CtimerCB(XtPointer client_data, XtIntervalId* notUsedVoid); - - public: //---------------------------------------- public - |