From fb729563391bd09a287805d4b950ed78c1af2fa3 Mon Sep 17 00:00:00 2001
From: itsmattkc <34096995+itsmattkc@users.noreply.github.com>
Date: Sun, 21 May 2023 21:44:54 -0700
Subject: [PATCH] isle: remove temp code

---
 ISLE/main.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ISLE/main.cpp b/ISLE/main.cpp
index 985c70c0..0905c140 100644
--- a/ISLE/main.cpp
+++ b/ISLE/main.cpp
@@ -31,9 +31,6 @@ BOOL startDirectSound(void)
 
 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
 {
-  // TEMP: Load our recompiled library if available
-  LoadLibraryA("LEGO2");
-
   // Look for another instance, if we find one, bring it to the foreground instead
   if (!findExistingInstance()) {
     return 0;