diff --git a/simgear/scene/model/SGPagedLOD.hxx b/simgear/scene/model/SGPagedLOD.hxx index a9e55d96..61530de3 100644 --- a/simgear/scene/model/SGPagedLOD.hxx +++ b/simgear/scene/model/SGPagedLOD.hxx @@ -20,8 +20,7 @@ #include #define SG_PAGEDLOD_HAS_OPTIONS \ - (SG_OSG_VERSION >= 29005 \ - || (SG_OSG_VERSION < 29000 && SG_OSG_VERSION >= 28003)) + (SG_OSG_VERSION >= 29005) #include #include