Skip to content

Commit

Permalink
Remove forgotten mapping of unused icons
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Jul 17, 2024
1 parent e385c0f commit a8acd80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/icons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ wxString GetGnomeStockId(const wxString& id)
MAP("document-save", "gtk-save");
MAP("window-close", "gtk-close");

MAP("document-new", "gtk-new");
MAP("document-properties", "stock_edit");
MAP("edit-delete", "gtk-delete");

MAP("folder-open@symbolic", "gtk-jump-to");
MAP("list-add@symbolic", "list-add");
MAP("list-remove@symbolic", "list-remove");
Expand Down

0 comments on commit a8acd80

Please sign in to comment.