diff --git a/interface/src/Application.h b/interface/src/Application.h index 86b2335e62..367d878dd4 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -137,9 +137,9 @@ public: enum Event { Present = DisplayPlugin::Present, - Paint = Present + 1, - Idle = Paint + 1, - Lambda = Paint + 1 + Paint, + Idle, + Lambda }; // FIXME? Empty methods, do we still need them?