mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-27 22:56:13 +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_w /= div;
|
||||||
aspect_h /= div;
|
aspect_h /= div;
|
||||||
//reset div
|
|
||||||
div = 2;
|
div = 2;
|
||||||
}
|
}
|
||||||
div++;
|
div++;
|
||||||
|
|
Loading…
Reference in a new issue