Skip to content

Commit

Permalink
remove old Code icons; no longer necessary or relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 5, 2024
1 parent 859486e commit fa44b39
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 133 deletions.
10 changes: 0 additions & 10 deletions code/code.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ package code
//go:generate core generate

import (
"embed"
"fmt"
"log"
"log/slog"
Expand All @@ -20,13 +19,11 @@ import (

"cogentcore.org/core/base/errors"
"cogentcore.org/core/base/fileinfo"
"cogentcore.org/core/base/fsx"
"cogentcore.org/core/base/vcs"
"cogentcore.org/core/core"
"cogentcore.org/core/events"
"cogentcore.org/core/events/key"
"cogentcore.org/core/filetree"
"cogentcore.org/core/icons"
"cogentcore.org/core/spell"
"cogentcore.org/core/styles"
"cogentcore.org/core/styles/units"
Expand All @@ -35,13 +32,6 @@ import (
"cogentcore.org/core/types"
)

//go:embed icons/*.svg
var Icons embed.FS

func init() {
icons.AddFS(fsx.Sub(Icons, "icons"))
}

// Code is the core editor and tab viewer widget for the Code system. The
// default view has a tree browser of files on the left, editor panels in the
// middle, and a tabbed viewer on the right.
Expand Down
67 changes: 0 additions & 67 deletions code/icons/code.svg

This file was deleted.

56 changes: 0 additions & 56 deletions code/icons/core.svg

This file was deleted.

0 comments on commit fa44b39

Please sign in to comment.