Remove FramebufferSizeChanged event

This commit is contained in:
Tomaka17 2014-07-27 19:45:02 +02:00
parent f5080a2b29
commit 0103fb833e
2 changed files with 1 additions and 4 deletions

View file

@ -31,9 +31,6 @@ pub enum Event {
/// The system asked that the content of this window must be redrawn.
NeedRefresh,
/// The size of the framebuffer of the window has changed.
FramebufferSizeChanged(uint, uint),
/// An element has been pressed.
Pressed(Element),