From 35801cea5f301c0e1d7a93b15a8f73f98e6b1033 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 26 May 2009 17:44:57 -0700 Subject: minor clean-up to Rect and Point. - return "const" objects for overloaded operators to disallow constructs like: (a+b) = c; - don't return references to non-static members, it's not always safe. - Point.cpp was empty, so get rid of it --- libs/ui/Point.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 libs/ui/Point.cpp (limited to 'libs/ui/Point.cpp') diff --git a/libs/ui/Point.cpp b/libs/ui/Point.cpp deleted file mode 100644 index 438d49fa4f..0000000000 --- a/libs/ui/Point.cpp +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Point.cpp - * Android - * - * Created on 11/16/2006. - * Copyright 2005 The Android Open Source Project - * - */ - -#include - -- cgit v1.2.3-59-g8ed1b