X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=dvi%2Fdvilib%2Fdl-dvi-program.hh;h=1424b0ae701e97168ab5fe2c1dd07fae0a067edb;hb=52f67b9ce7a9f2282b2c85139d1d10f8c4df5786;hp=afe5fdbfc0737842ae8fe3c7e3f0720613da87f1;hpb=4296951e94a43c723e9522b588cab178eb66d144;p=evince.git diff --git a/dvi/dvilib/dl-dvi-program.hh b/dvi/dvilib/dl-dvi-program.hh index afe5fdbf..1424b0ae 100755 --- a/dvi/dvilib/dl-dvi-program.hh +++ b/dvi/dvilib/dl-dvi-program.hh @@ -77,7 +77,9 @@ namespace DviLib public: DviRuleCommand (int h_arg, int w_arg) : h(h_arg), w(w_arg) { +#if 0 std::cout << "rule cmd " << h << " " << w << std::endl; +#endif } int get_h (void) const { return h; } int get_w (void) const { return w; }