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
8de7969b
Commit
8de7969b
authored
Apr 27, 2011
by
Moritz Lipp
Browse files
Drop sc_change_buffer
parent
40ae60ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
shortcuts.c
View file @
8de7969b
...
...
@@ -28,14 +28,6 @@ sc_adjust_window(girara_session_t* session, girara_argument_t* argument, unsigne
return
false
;
}
bool
sc_change_buffer
(
girara_session_t
*
session
,
girara_argument_t
*
argument
,
unsigned
int
t
)
{
g_return_val_if_fail
(
session
!=
NULL
,
false
);
return
false
;
}
bool
sc_change_mode
(
girara_session_t
*
session
,
girara_argument_t
*
argument
,
unsigned
int
t
)
{
...
...
shortcuts.h
View file @
8de7969b
...
...
@@ -25,16 +25,6 @@ bool sc_abort(girara_session_t* session, girara_argument_t* argument, unsigned i
*/
bool
sc_adjust_window
(
girara_session_t
*
session
,
girara_argument_t
*
argument
,
unsigned
int
t
);
/**
* Modify the current buffer
*
* @param session The used girara session
* @param argument The used argument
* @param t Number of executions
* @return true if no error occured otherwise false
*/
bool
sc_change_buffer
(
girara_session_t
*
session
,
girara_argument_t
*
argument
,
unsigned
int
t
);
/**
* Change the current mode
*
...
...
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