removed SysWMEvent and QuitEvent
Tobias Leich [Mon, 9 Nov 2009 23:24:50 +0000 (00:24 +0100)]
Build.PL

index 5bad6bb..5d6b092 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -98,13 +98,6 @@ my %subsystems =
                },
                libraries => [qw( SDL )],
        },
-       SysWMEvent => {
-               file      => {
-                       from  => 'src/Core/objects/SysWMEvent.xs',
-                       to    => 'lib/SDL/SysWMEvent.xs',
-               },
-               libraries => [qw( SDL )],
-       },
        Overlay => {
                file      => {
                        from  => 'src/Core/objects/Overlay.xs',
@@ -140,13 +133,6 @@ my %subsystems =
                },
                libraries => [qw( SDL )],
        },
-       QuitEvent => {
-               file      => {
-                       from  => 'src/Core/objects/QuitEvent.xs',
-                       to    => 'lib/SDL/QuitEvent.xs',
-               },
-               libraries => [qw( SDL )],
-       },
        VideoInfo => {
                file      => {
                        from  => 'src/Core/objects/VideoInfo.xs',