From 01ac68ef5f717cf360854b8b3661fdcad8a5f89a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 4 Jul 2024 15:02:56 +0200 Subject: [PATCH] Remove ReadPackage calls for non-existing files --- init.g | 1 - read.g | 1 - 2 files changed, 2 deletions(-) diff --git a/init.g b/init.g index d7417a2..a01e8f2 100644 --- a/init.g +++ b/init.g @@ -9,4 +9,3 @@ # read the declaration part. ReadPackage( "unipot", "lib/rootsys.gd"); ReadPackage( "unipot", "lib/unipot.gd"); -ReadPackage( "unipot", "lib/newstuff.gd"); diff --git a/read.g b/read.g index 8246494..bb29827 100644 --- a/read.g +++ b/read.g @@ -9,4 +9,3 @@ # read the implementation part. ReadPackage( "unipot", "lib/rootsys.gi"); ReadPackage( "unipot", "lib/unipot.gi"); -ReadPackage( "unipot", "lib/newstuff.gi");