mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-11 05:44:55 +01:00
remove some debug output
This commit is contained in:
parent
12fd8450fa
commit
8bd20bff37
1 changed files with 0 additions and 2 deletions
|
@ -123,8 +123,6 @@ zathura_page_view_expose(GtkWidget* widget, GdkEventExpose* event)
|
||||||
page_width = widget->allocation.height;
|
page_width = widget->allocation.height;
|
||||||
}
|
}
|
||||||
|
|
||||||
girara_info("h %d, w %d", page_height, page_width);
|
|
||||||
|
|
||||||
switch (priv->page->document->rotate) {
|
switch (priv->page->document->rotate) {
|
||||||
case 90:
|
case 90:
|
||||||
cairo_translate(cairo, page_width, 0);
|
cairo_translate(cairo, page_width, 0);
|
||||||
|
|
Loading…
Reference in a new issue