summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/Size.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-02-06 13:32:14 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-06 13:32:14 +0100
commitf8b00aa29010cc3a99b285d0afd88314c40be079 (patch)
tree578b042c504966843609d9c6260093d859e67306 /Libraries/LibGfx/Size.h
parent9b87843af169b08f1b852da96f696004866783fe (diff)
downloadserenity-f8b00aa29010cc3a99b285d0afd88314c40be079.zip
LibGfx: Unpublish Gfx::Size from the global namespace
Diffstat (limited to 'Libraries/LibGfx/Size.h')
-rw-r--r--Libraries/LibGfx/Size.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Libraries/LibGfx/Size.h b/Libraries/LibGfx/Size.h
index 1430bfb903..fbb9cc0a2a 100644
--- a/Libraries/LibGfx/Size.h
+++ b/Libraries/LibGfx/Size.h
@@ -115,5 +115,3 @@ inline const LogStream& operator<<(const LogStream& stream, const Size& value)
}
}
-
-using Gfx::Size;