LibGfx: Unpublish FloatSize from the global namespace

This commit is contained in:
Andreas Kling 2020-02-06 14:35:06 +01:00
commit 5c2028db24
Notes: sideshowbarker 2024-07-19 09:34:22 +09:00
3 changed files with 2 additions and 4 deletions

View file

@ -115,5 +115,3 @@ inline const LogStream& operator<<(const LogStream& stream, const FloatSize& val
}
}
using Gfx::FloatSize;