Skip to content

Commit

Permalink
window: Drop the provision of argv, wasn't using it anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Apr 9, 2024
1 parent 64d7a43 commit 6223369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window.pike
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ protected void create(string name)
{
//First time initialization
G->G->windows = ([]);
G->G->argv = GTK2.setup_gtk(G->G->argv);
GTK2.setup_gtk();
}
G->G->window = this;
if (G->G->menuitems)
Expand Down

0 comments on commit 6223369

Please sign in to comment.