# `GSGlyphEditView resetInterpolation`

*Instance Method*

Returns to the real, editable layer by clearing `interpolationAxisLocation`.

## Declaration

```swift
func resetInterpolation()
```

```objc
- (void) resetInterpolation;
```

```python
resetInterpolation()
```

## Discussion

It is the responsibility of the caller to trigger a reflow afterwards.

