This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Commit cb3b60f
committed
Remove redundant overload and simplify comparison
Other places in the code call IsFavourite with other types of objects
that aren't strings (like a GitBranch instance). We either have overloads
for all of them or we just take a string and the caller should know
what to pass us, less of an API footprint to worry about.1 parent 676e8ff commit cb3b60f
File tree
1 file changed
+2
-12
lines changed- src/UnityExtension/Assets/Editor/GitHub.Unity/UI
1 file changed
+2
-12
lines changedLines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | 312 | | |
318 | 313 | | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
| 314 | + | |
325 | 315 | | |
326 | 316 | | |
327 | 317 | | |
| |||
636 | 626 | | |
637 | 627 | | |
638 | 628 | | |
639 | | - | |
| 629 | + | |
640 | 630 | | |
641 | 631 | | |
642 | 632 | | |
| |||
0 commit comments