(rotation uint16)
| 105 | } |
| 106 | |
| 107 | func (e *EmptyNativeInterface) DisplaySetRotation(rotation uint16) (bool, error) { |
| 108 | return false, nil |
| 109 | } |
| 110 | |
| 111 | func (e *EmptyNativeInterface) UpdateLabelIfChanged(objName string, newText string) {} |
| 112 |
nothing calls this directly
no outgoing calls
no test coverage detected