# `GSInfoValueLocalized removeObjectFromValues:`

*Instance Method*

## Declaration

```swift
func removeObject(fromValues value: GSInfoValue)
```

```objc
- (void) removeObjectFromValues:(GSInfoValue *) value;
```

```python
removeObjectFromValues_(value: GSInfoValue)
```

