Remove the +1s

This commit is contained in:
Zach Fox 2017-05-03 15:41:00 -07:00 committed by Chris Collins
parent cb51aaab61
commit 14315155b5

View file

@ -137,9 +137,9 @@ public:
enum Event {
Present = DisplayPlugin::Present,
Paint = Present + 1,
Idle = Paint + 1,
Lambda = Idle + 1
Paint,
Idle,
Lambda
};
// FIXME? Empty methods, do we still need them?