diff options
Diffstat (limited to 'CruUI/ui/ui_base.cpp')
-rw-r--r-- | CruUI/ui/ui_base.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CruUI/ui/ui_base.cpp b/CruUI/ui/ui_base.cpp index b30f65ab..550432e4 100644 --- a/CruUI/ui/ui_base.cpp +++ b/CruUI/ui/ui_base.cpp @@ -2,7 +2,5 @@ namespace cru { namespace ui { - const Point Point::zero(0, 0); - const Size Size::zero(0, 0); } } |