From e488da5757a44fed4fda5c15fb8ab4f37e0ee350 Mon Sep 17 00:00:00 2001 From: uruk Date: Mon, 11 Aug 2014 20:34:18 +0200 Subject: CGE2: Remove unnecessary commented out code. --- engines/cge2/vga13h.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/cge2/vga13h.h') diff --git a/engines/cge2/vga13h.h b/engines/cge2/vga13h.h index 749374fd24..346d140e3f 100644 --- a/engines/cge2/vga13h.h +++ b/engines/cge2/vga13h.h @@ -62,7 +62,6 @@ public: FXP operator*(const FXP &x) const; FXP operator/(const FXP &x) const; - //int& operator = (int& a, const FXP& b) { return a = b.i; } friend int &operator+=(int &a, const FXP &b) { return a += b.trunc(); } friend int &operator-=(int &a, const FXP &b) { return a -= b.trunc(); } friend FXP &operator+=(FXP &a, const int &b) { a.v += b << 8; return a; } -- cgit v1.2.3