View | Details | Raw Unified | Return to bug 209372
Collapse All | Expand All

(-)deskutils/easystroke/files/patch-handler.cc (+11 lines)
Line 0 Link Here
1
--- handler.cc.orig	2013-03-27 15:52:38 UTC
2
+++ handler.cc
3
@@ -533,8 +533,6 @@ public:
4
 	virtual Grabber::State grab_mode() { return parent->grab_mode(); }
5
 };
6
 
7
-static inline float abs(float x) { return x > 0 ? x : -x; }
8
-
9
 class AbstractScrollHandler : public Handler {
10
 	bool have_x, have_y;
11
 	float last_x, last_y;

Return to bug 209372