Some more cleanup

This commit is contained in:
Not-Nik 2022-01-08 20:58:22 +01:00
parent 5e275e93df
commit fe637bb128
Failed to generate hash of commit
2 changed files with 2 additions and 9 deletions

View file

@ -152,10 +152,6 @@ pub const Image = extern struct {
return rl.GenImageCellular(width, height, tileSize);
}
pub fn GetData(self: Image) [*c]Color {
return GetImageData(self);
}
pub fn UseAsWindowIcon(self: Image) void {
rl.SetWindowIcon(self);
}