Skip to content

Commit

Permalink
code review:
Browse files Browse the repository at this point in the history
- remove the menu entry defined in code
  • Loading branch information
maciekbartczak committed Feb 21, 2025
1 parent f6b77e9 commit 28ad1c6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/apprt/gtk/App.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1819,13 +1819,6 @@ fn initContextMenu(self: *App) void {
c.g_menu_append(section, "Split Down", "win.split_down");
}

{
const section = c.g_menu_new();
defer c.g_object_unref(section);
c.g_menu_append_section(menu, null, @ptrCast(@alignCast(section)));
c.g_menu_append(section, "Change Title...", "win.prompt_title");
}

{
const section = c.g_menu_new();
defer c.g_object_unref(section);
Expand Down

0 comments on commit 28ad1c6

Please sign in to comment.