From 32e2e24793851d080427b09d7c4b3a66d4fc88bb Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 31 Dec 2007 03:09:42 +0000 Subject: [PATCH] Don't need the bundle resource --- src/main/macos/SDL.shlib.r | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/main/macos/SDL.shlib.r b/src/main/macos/SDL.shlib.r index 279ce3fc7..7af746c8f 100644 --- a/src/main/macos/SDL.shlib.r +++ b/src/main/macos/SDL.shlib.r @@ -64,25 +64,3 @@ resource 'hfdr' (kHMHelpID) { }; -resource 'BNDL' (128) { - 'SDL!', - 0, - { 'ICN#', - { 0, 128 - }, - 'FREF', - { 0, 128 - } - } -}; - -resource 'FREF' (128) { - 'shlb', - 0, - "" -}; - - /* Owner resource */ -data 'SDL!' (0) { - $"00" -};