1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Remove deprecated functions

This commit is contained in:
Emil Ernerfeldt
2021-10-30 09:46:06 +02:00
parent b551dfec81
commit 78dfde40b2
8 changed files with 0 additions and 80 deletions

View File

@@ -244,13 +244,6 @@ impl Painter {
id
}
#[cfg(feature = "epi")]
#[deprecated = "Use: `NativeTexture::register_native_texture` instead"]
pub fn register_glium_texture(&mut self, texture: Rc<SrgbTexture2d>) -> egui::TextureId {
use epi::NativeTexture as _;
self.register_native_texture(texture)
}
pub fn set_user_texture(
&mut self,
id: egui::TextureId,