Temporarily comment out some gtkmm 2.6 stuff.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10785 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Spray 2006-01-28 15:07:29 +00:00
parent 429c5d7160
commit b1f5c8c2e8

View File

@ -256,6 +256,8 @@ void LyXGdkImage::rotate_impl(Params const & params)
return;
// TODO: allow free rotation
// Temporarily commented out for old gtkmm versions
/*
Gdk::PixbufRotation rotation = Gdk::PIXBUF_ROTATE_NONE;
if (params.angle == 90.0)
rotation = Gdk::PIXBUF_ROTATE_COUNTERCLOCKWISE;
@ -266,6 +268,7 @@ void LyXGdkImage::rotate_impl(Params const & params)
transformed_ = transformed_->rotate_simple(rotation);
*/
}