mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-13 16:16:31 +00:00
Remove unneeded comment from VideoRep.
This commit is contained in:
parent
e400adb577
commit
ad9df373ed
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ public I64 VideoRep()
|
|||
{
|
||||
aspect_w /= div;
|
||||
aspect_h /= div;
|
||||
//reset div
|
||||
div = 2;
|
||||
}
|
||||
div++;
|
||||
|
|
Loading…
Reference in a new issue