| Index: ui/gfx/point.cc
|
| diff --git a/ui/gfx/point.cc b/ui/gfx/point.cc
|
| index e0b55953238ea6528f5149f1cf701eeaf0f760d7..35f4b44b8f26c44b5050e1dcc68e677e14aebf32 100644
|
| --- a/ui/gfx/point.cc
|
| +++ b/ui/gfx/point.cc
|
| @@ -14,12 +14,6 @@ namespace gfx {
|
|
|
| template class PointBase<Point, int, Vector2d>;
|
|
|
| -Point::Point() : PointBase<Point, int, Vector2d>(0, 0) {
|
| -}
|
| -
|
| -Point::Point(int x, int y) : PointBase<Point, int, Vector2d>(x, y) {
|
| -}
|
| -
|
| #if defined(OS_WIN)
|
| Point::Point(DWORD point) : PointBase<Point, int, Vector2d>(0, 0){
|
| POINTS points = MAKEPOINTS(point);
|
|
|