mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix warnings
This commit is contained in:
parent
ae52aabd70
commit
5574d40022
@ -512,8 +512,6 @@ class CORE_EXPORT QgsWKBTypes
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/** Returns true if the WKB type is a curved type or can contain curved geometries.
|
||||
@ -533,8 +531,6 @@ class CORE_EXPORT QgsWKBTypes
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/** Returns the inherent dimension of the geometry type as an integer. Returned value will
|
||||
@ -697,8 +693,6 @@ class CORE_EXPORT QgsWKBTypes
|
||||
return false;
|
||||
|
||||
}
|
||||
return false;
|
||||
|
||||
}
|
||||
|
||||
/** Tests whether a WKB type contains m values.
|
||||
@ -740,7 +734,6 @@ class CORE_EXPORT QgsWKBTypes
|
||||
return false;
|
||||
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/** Adds the z dimension to a WKB type and returns the new type
|
||||
|
Loading…
x
Reference in New Issue
Block a user