diff options
Diffstat (limited to 'x11-toolkits/py-wxPython/files/patch-src::gtk::misc2.cpp')
-rw-r--r-- | x11-toolkits/py-wxPython/files/patch-src::gtk::misc2.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-toolkits/py-wxPython/files/patch-src::gtk::misc2.cpp b/x11-toolkits/py-wxPython/files/patch-src::gtk::misc2.cpp deleted file mode 100644 index 484ce2d3096b..000000000000 --- a/x11-toolkits/py-wxPython/files/patch-src::gtk::misc2.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/gtk/misc2.cpp 2001/05/28 18:13:20 1.1 -+++ src/gtk/misc2.cpp 2001/05/28 18:13:40 -@@ -221,7 +221,7 @@ - int GetUPosition() { return -1; } - int GetVPosition() { return -1; } - int GetMovementThreshold() { return -1; } -- void SetMovementThreshold(int threshold) ; -+ void SetMovementThreshold(int threshold) { return; }; - - bool IsOk(void) { return FALSE; } - int GetNumberJoysticks() { return -1; } |