Skip to content

Commit 1ca1f02

Browse files
committed
zap incomplete ::Description
1 parent d6bef9f commit 1ca1f02

File tree

4 files changed

+1
-34
lines changed

4 files changed

+1
-34
lines changed

MANIFEST

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ lib/PDL/Graphics/TriD/Rout.pd
3232
lib/PDL/Graphics/TriD/ScrollButtonScaler.pm
3333
lib/PDL/Graphics/TriD/SimpleController.pm
3434
lib/PDL/Graphics/TriD/SimpleScaler.pm
35-
lib/PDL/Graphics/TriD/TextObjects.pm
3635
lib/PDL/Graphics/TriD/ViewPort.pm
3736
lib/PDL/Graphics/TriD/VRML.pm
3837
lib/PDL/Graphics/TriD/Window.pm

lib/PDL/Graphics/TriD.pm

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -853,16 +853,6 @@ sub graph_object {
853853

854854
# Plotting routines that use the whole viewport
855855

856-
*describe3d=*describe3d=\&PDL::describe3d;
857-
sub PDL::describe3d {
858-
require PDL::Graphics::TriD::TextObjects;
859-
my ($text) = @_;
860-
my $win = PDL::Graphics::TriD::get_current_window();
861-
my $imag = PDL::Graphics::TriD::Description->new($text);
862-
$win->add_object($imag);
863-
# $win->twiddle();
864-
}
865-
866856
*imagrgb=*imagrgb=\&PDL::imagrgb;
867857
sub PDL::imagrgb {
868858
require PDL::Graphics::TriD::Image;

lib/PDL/Graphics/TriD/TextObjects.pm

Lines changed: 0 additions & 22 deletions
This file was deleted.

lib/PDL/Graphics/TriD/VRML.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ sub PDL::Graphics::TriD::Logo::tovrml {
7575
'scale' => vrml3v([map {$this->{Size}} (0..2)]));
7676
}
7777

78-
sub PDL::Graphics::TriD::Description::tovrml {
78+
sub PDL::Graphics::TriD::Labels::tovrml {
7979
my($this) = @_;
8080
# print "DESCRTIPTION : TOVRML\n";
8181
return vrn('Transform',

0 commit comments

Comments
 (0)