# `GSPathOperator removeOverlapPaths:error:`

*Type Method*

Uses the `italicAngle` of the layer of the first path.

## Declaration

```swift
class func removeOverlapPaths(_ paths: NSMutableArray!) throws
```

```objc
+ (BOOL) removeOverlapPaths:(NSMutableArray<GSPath *> *) paths error:(NSError **) error;
```

```python
removeOverlapPaths_error_(paths: list[GSPath]) -> tuple[bool, NSError]
```

