# `GSLayer removeObjectFromHintsAtIndex:`

*Instance Method*

Removes the hint at an index.

## Declaration

```swift
func removeHint(at idx: UInt)
```

```objc
- (void) removeObjectFromHintsAtIndex:(NSUInteger) idx;
```

```python
removeObjectFromHintsAtIndex_(idx: int)
```

## See Also

### Removing Hints

- [`GSLayer removeHint:`](/Core/GlyphsCore/GSLayer/removeHint:) — Removes a hint.

