Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 25, 2016
1 parent ae52aab commit 5574d40
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/core/geometry/qgswkbtypes.h
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -697,8 +693,6 @@ class CORE_EXPORT QgsWKBTypes
return false;

}
return false;

}

/** Tests whether a WKB type contains m values.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5574d40

Please sign in to comment.