Fixed missing hotkeys support for print links.
[fa-stable.git] / reporting / includes / class.pdf.inc
index 7c182017526dc8cd406e95c39f3946f55e719ed5..fe6011e1b450f3ed57cb2aad7caa95ce83d8d8d3 100644 (file)
@@ -202,16 +202,12 @@ class Cpdf extends TCPDF {
        {
                TCPDF::Ellipse($x0, $y0, $r1, $r2, $angle, $astart. $afinish, ($close?'C':''), "", "", $nSeg);
        }
+
        function Stream()
        {
                TCPDF::Output('', 'I');
        }
 
-       function Output()
-       {
-               return TCPDF::Output('','S');
-       }
-
        function calcTextWrap($txt, $width, $spacebreak=false)
        {
                $ret = "";