You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Revert "Support for New Linux Build Server + glibc Wrapping"
This commit is contained in:
@@ -65,9 +65,6 @@ int Fraction::GreatestCommonDenominator() {
|
||||
void Fraction::Reduce() {
|
||||
// Get the greatest common denominator
|
||||
int GCD = GreatestCommonDenominator();
|
||||
if (GCD == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Reduce this fraction to the smallest possible whole numbers
|
||||
num = num / GCD;
|
||||
|
||||
Reference in New Issue
Block a user