Skip to content

Commit 0fbdc2c

Browse files
committed
remove unnecessary browser cache
1 parent 6400d6d commit 0fbdc2c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Contrib/CCCS/CollegeAlgebra/3.2/RRCC_CCCS_Openstax_AlgTrig_AT-1-001-AS_3_2_43.pg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ add_functions($graph, "$slope1*(x-$x1)+$y1 for x in <$x1,$x2>".
5353
add_functions($graph, "$slope2*(x-$x2)+$y2 for x in <$x2,$x3>".
5454
" using color:blue and weight:3");
5555
$graph->stamps(open_circle($x1,$y1,'blue'), open_circle($x2,$y2,'blue'), open_circle($x3, $y3,'blue') );
56-
$in=time();
57-
$graph->gifName($graph->gifName()."$in");
5856

5957
$piecewise =
6058
BeginTable().

Contrib/CCCS/PreCalculus/3.2/RRCC_CCCS_Openstax_AlgTrig_AT-1-001-AS_3_2_43.pg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ add_functions($graph, "$slope1*(x-$x1)+$y1 for x in <$x1,$x2>".
5353
add_functions($graph, "$slope2*(x-$x2)+$y2 for x in <$x2,$x3>".
5454
" using color:blue and weight:3");
5555
$graph->stamps(open_circle($x1,$y1,'blue'), open_circle($x2,$y2,'blue'), open_circle($x3, $y3,'blue') );
56-
$in=time();
57-
$graph->gifName($graph->gifName()."$in");
5856

5957
$piecewise =
6058
BeginTable().

0 commit comments

Comments
 (0)