]> www.fi.muni.cz Git - evince.git/blobdiff - dvi/dvilib/dl-dvi-program.hh
Auto*ify dvi and dvi/dvilib
[evince.git] / dvi / dvilib / dl-dvi-program.hh
index afe5fdbfc0737842ae8fe3c7e3f0720613da87f1..1424b0ae701e97168ab5fe2c1dd07fae0a067edb 100755 (executable)
@@ -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; }