diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 07:12:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 07:12:47 -0600 |
| commit | 33a603798295aa9b563f6ead61f627ce374d2707 (patch) | |
| tree | d1fdbdfeb9ac7f3626f9be343926b39c6bd8c635 /structs.go | |
| parent | 71d4cf3c2dd4589e319a456ace90d3853affb103 (diff) | |
remove lots of old code. breaks a lot too.
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,8 +29,8 @@ type mainType struct { urlbase string // base URL // our view of the repositories - repos *repoWindow - patchWin *patchesWindow + // repos *repoWindow + // patchWin *patchesWindow mainWindow *gadgets.BasicWindow |
