diff options
| -rw-r--r-- | libs/ui/include/ui/LogicalDisplayId.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/ui/include/ui/LogicalDisplayId.h b/libs/ui/include/ui/LogicalDisplayId.h index d745758f0c..fd84b12c22 100644 --- a/libs/ui/include/ui/LogicalDisplayId.h +++ b/libs/ui/include/ui/LogicalDisplayId.h @@ -43,13 +43,6 @@ struct LogicalDisplayId : ftl::Constructible<LogicalDisplayId, int32_t>, constexpr inline LogicalDisplayId LogicalDisplayId::INVALID{-1}; constexpr inline LogicalDisplayId LogicalDisplayId::DEFAULT{0}; -/** - * Deprecated! Use LogicalDisplayId::INVALID / LogicalDisplayId::DEFAULT instead. - * TODO(b/339106983): remove these. - */ -[[deprecated]] constexpr LogicalDisplayId ADISPLAY_ID_NONE{-1}; -[[deprecated]] constexpr LogicalDisplayId ADISPLAY_ID_DEFAULT{0}; - inline std::ostream& operator<<(std::ostream& stream, LogicalDisplayId displayId) { return stream << displayId.val(); } |