# `GSFontMaster removeObjectFromGuidesAtIndex:`

*Instance Method*

Removes the guide at idx

## Declaration

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

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

```python
removeObjectFromGuidesAtIndex_(idx: int)
```

## Parameters

- `idx` — The index

