We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9aea45 commit 61dc55bCopy full SHA for 61dc55b
1 file changed
lib/PDL/Graphics/TriD/GL.pm
@@ -652,11 +652,6 @@ sub read_picture {
652
653
package PDL::Graphics::TriD::EventHandler;
654
655
-use OpenGL qw(
656
- ConfigureNotify MotionNotify DestroyNotify
657
- ButtonPress ButtonRelease Button1Mask Button2Mask Button3Mask Button4Mask
658
-);
659
-
660
use fields qw/X Y Buttons VP/;
661
sub new {
662
my $class = shift;
@@ -760,8 +755,6 @@ sub do_perspective {
760
755
761
756
package PDL::Graphics::TriD::GL;
762
757
763
-use OpenGL ();
764
765
758
use strict;
766
759
use warnings;
767
use PDL::Graphics::TriD::Window qw();
0 commit comments