Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokse22 committed Apr 16, 2024
1 parent 2807e84 commit 1534138
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pages/start_up_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,3 @@ class startUpPage(Page):

def _load_page(self):
self.set_tag("loading-page")

builder = Gtk.Builder.new_from_resource("/io/github/nokse22/HighTide/ui/pages_ui/home_page_template.ui")

page_content = builder.get_object("_main")
content = builder.get_object("_content")

0 comments on commit 1534138

Please sign in to comment.