Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
4806163e
Commit
4806163e
authored
Apr 30, 2011
by
Moritz Lipp
Browse files
Comment unused variable
parent
ebd6605a
Changes
1
Hide whitespace changes
Inline
Side-by-side
print.c
View file @
4806163e
...
...
@@ -43,7 +43,7 @@ print(zathura_t* zathura)
void
cb_print_draw_page
(
GtkPrintOperation
*
print_operation
,
GtkPrintContext
*
context
,
gint
page_number
,
zathura_t
*
zathura
)
{
cairo_t
*
cairo
=
gtk_print_context_get_cairo_context
(
context
);
/*
cairo_t* cairo = gtk_print_context_get_cairo_context(context);
*/
/*zathura_page_t* page = zathura->document->pages[page_number];*/
/*g_static_mutex_lock(&(page->lock));*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment