From bd85a7bb810dc0d6ca1e8d034beaef07ea402d84 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 --HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402694 --- 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" -};