diff src/main/macosx/exports/gendef.pl @ 791:ab0d977f91f8

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Thu, 29 Jan 2004 04:35:51 +0000
parents cc47d783f096
children 618fcc5861c8
line wrap: on
line diff
--- a/src/main/macosx/exports/gendef.pl	Wed Jan 28 22:01:02 2004 +0000
+++ b/src/main/macosx/exports/gendef.pl	Thu Jan 29 04:35:51 2004 +0000
@@ -2,11 +2,6 @@
 #
 # Program to take a set of header files and generate DLL export definitions
 
-# Export Objective-C classes for Cocoa integration support
-print "\t.objc_class_name_SDL_QuartzWindow\n";
-print "\t.objc_class_name_SDL_QuartzWindowView\n";
-print "\t.objc_class_name_SDL_QuartzWindowDelegate\n";
-
 while ( ($file = shift(@ARGV)) ) {
 	if ( ! defined(open(FILE, $file)) ) {
 		warn "Couldn't open $file: $!\n";