Remove the +1s

This commit is contained in:
Zach Fox 2017-05-03 15:41:00 -07:00
parent 07d3e482cf
commit 4d49ae5b09

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?