Remove the special case code for when the screen is 'flipped'. Arbitrary transformat...
[synfig.git] / synfig-studio / trunk / src / gtkmm / workarea.cpp
index e783687..09c38f2 100644 (file)
@@ -1924,9 +1924,6 @@ WorkArea::refresh_dimension_info()
        pw=canvaswidth/w;
        ph=canvasheight/h;
 
-       Duckmatic::set_flip_x(pw < 0);
-       Duckmatic::set_flip_y(ph > 0);
-
        scrollx_adjustment.set_page_increment(abs(get_grid_size()[0]));
        scrollx_adjustment.set_step_increment(abs(pw));
        scrollx_adjustment.set_lower(-abs(canvaswidth));