projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf52a8b
)
Removed missed function declaration in header file.
author
Daniel Carl
<danielcarl@gmx.de>
Sun, 29 Jun 2014 20:17:54 +0000
(22:17 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Sun, 29 Jun 2014 20:17:54 +0000
(22:17 +0200)
src/setting.h
patch
|
blob
|
history
diff --git
a/src/setting.h
b/src/setting.h
index
eafb682
..
0bc53b2
100644
(file)
--- a/
src/setting.h
+++ b/
src/setting.h
@@
-37,7
+37,6
@@
typedef enum {
void setting_init(void);
void setting_cleanup(void);
gboolean setting_run(char* name, const char* param);
-gboolean setting_NEW_run(char *name, const char *param);
gboolean setting_fill_completion(GtkListStore *store, const char *input);
#endif /* end of include guard: _SETTING_H */