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
a9b6ac1a
Commit
a9b6ac1a
authored
Mar 22, 2012
by
Moritz Lipp
Browse files
Remove unnecessary initializations
parent
1dd24305
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura.c
View file @
a9b6ac1a
...
...
@@ -133,15 +133,6 @@ zathura_init(int argc, char* argv[])
}
zathura
->
ui
.
session
->
global
.
data
=
zathura
;
zathura
->
ui
.
statusbar
.
file
=
NULL
;
zathura
->
ui
.
statusbar
.
buffer
=
NULL
;
zathura
->
ui
.
statusbar
.
page_number
=
NULL
;
zathura
->
ui
.
page_widget
=
NULL
;
zathura
->
ui
.
index
=
NULL
;
/* print settings */
zathura
->
print
.
settings
=
NULL
;
zathura
->
print
.
page_setup
=
NULL
;
/* global settings */
zathura
->
global
.
recolor
=
false
;
...
...
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