Skip to content

Commit 4beca78

Browse files
committed
Remove unused function
1 parent 1780e8f commit 4beca78

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/vga/mod.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,14 +1168,6 @@ impl Chunky4ColourLookup {
11681168
}
11691169
}
11701170
}
1171-
1172-
/// Turn a pair of chunky4 pixels (in a `u8`), into a pair of RGB pixels.
1173-
#[inline]
1174-
fn lookup(&self, pixel_pair: u8) -> RGBPair {
1175-
let index = usize::from(pixel_pair);
1176-
let raw = self.entries[index].load(Ordering::Relaxed);
1177-
RGBPair(raw)
1178-
}
11791171
}
11801172

11811173
// -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)