# `GSLayer removeHint:`

*Instance Method*

Removes a hint.

## Declaration

```swift
func removeHint(_ hint: GSHint)
```

```objc
- (void) removeHint:(GSHint *) hint;
```

```python
removeHint_(hint: GSHint)
```

## See Also

### Removing Hints

- [`GSLayer removeObjectFromHintsAtIndex:`](/Core/GlyphsCore/GSLayer/removeObjectFromHintsAtIndex:) — Removes the hint at an index.

