aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/constellation_msg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/msg/constellation_msg.rs')
-rw-r--r--components/msg/constellation_msg.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/components/msg/constellation_msg.rs b/components/msg/constellation_msg.rs
index cab09add966..08d7a5439b3 100644
--- a/components/msg/constellation_msg.rs
+++ b/components/msg/constellation_msg.rs
@@ -220,12 +220,6 @@ pub enum PixelFormat {
RGBA8, // RGB + alpha, 8 bits per channel
}
-#[derive(Clone, Deserialize, Eq, PartialEq, Serialize, HeapSizeOf)]
-pub struct ImageMetadata {
- pub width: u32,
- pub height: u32,
-}
-
#[derive(Clone, Deserialize, Serialize, HeapSizeOf)]
pub struct Image {
pub width: u32,