NvFlinger: Remove leftover from corrections and clang format.

This commit is contained in:
Fernando Sahmkow 2019-09-27 12:00:34 -04:00 committed by FernandoS27
parent 9f2719d1a4
commit 75395605d6

View File

@ -36,10 +36,6 @@ NVFlinger::NVFlinger(Core::System& system) : system(system) {
displays.emplace_back(3, "Internal", system);
displays.emplace_back(4, "Null", system);
for (auto& display : displays) {
display.SignalVSyncEvent();
}
// Schedule the screen composition events
composition_event = system.CoreTiming().RegisterEvent(
"ScreenComposition", [this](u64 userdata, s64 cycles_late) {