Commit 604664b
committed
Remove stale outlet connections in MPTerminalPreferencesViewController.xib
'location' and 'supportText' outlets are leftovers from a rename to
locationTextField/supportTextField that was done in code (MPTerminal
PreferencesViewController.m) but never cleaned up in the xib. Both stale
entries pointed at the same destination views as the correctly-named
outlets that are still wired, so this was harmless -- just a 'Failed to
connect outlet ... missing setter or instance variable' warning logged on
every nib load.1 parent 5d63a32 commit 604664b
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
144 | 151 | | |
145 | 152 | | |
146 | 153 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
0 commit comments