Skip to content

Commit

Permalink
Don't use Gtk.init
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter authored and tintou committed Sep 29, 2023
1 parent 151e5f0 commit 5f3245e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/WindowManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,6 @@ namespace Gala {
// Most things inside this "later" depend on GTK. We get segfaults if we try to do GTK stuff before the window manager
// is initialized, so we hold this stuff off until we're ready to draw
laters.add (Meta.LaterType.BEFORE_REDRAW, () => {
string[] args = {};
unowned string[] _args = args;
Gtk.init (ref _args);

accent_color_manager = new AccentColorManager ();

// initialize plugins and add default components if no plugin overrides them
Expand Down

0 comments on commit 5f3245e

Please sign in to comment.