diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-08-07 03:10:12 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-08-07 03:10:12 +0200 |
commit | 0e9c8657ca938bd3cdb90824873dff539801fdbe (patch) | |
tree | 6c2d3e3e4425edf2960441e762485f0633982c31 /lib-src/ebrowse.c | |
parent | 32bc67090a4a4a25cc299644b94d726c4949c7d2 (diff) | |
download | emacs-0e9c8657ca938bd3cdb90824873dff539801fdbe.tar.gz |
Remove duplicate declarations.
* lib-src/ebrowse.c (usage, version, mark_virtual)
* src/alloc.c (lisp_malloc)
* src/buffer.c (set_buffer_internal, set_buffer_internal_1)
* src/charset.h (emacs_mule_charset)
* src/dispextern.h (inhibit_free_realized_faces, redraw_frame)
(redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
(bitch_at_user)
* src/lisp.h (Fcheck_coding_system, Fget_text_property)
(Qfunction, Qcompletion_ignore_case, QCwidth, QCsize)
Diffstat (limited to 'lib-src/ebrowse.c')
-rw-r--r-- | lib-src/ebrowse.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index a9f7ba4f3a7..40e72939429 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c @@ -492,8 +492,6 @@ void register_namespace_alias (char *, struct link *); void insert_keyword (char *, int); void re_init_scanner (void); void init_scanner (void); -void usage (int); -void version (void); void process_file (char *); void add_search_path (char *); FILE *open_file (char *); @@ -504,7 +502,6 @@ int dump_tree (FILE *, struct sym *); struct member *find_member (struct sym *, char *, int, int, unsigned); struct member *add_member (struct sym *, char *, int, int, unsigned); void mark_virtual (struct sym *); -void mark_virtual (struct sym *); struct sym *make_namespace (char *, struct sym *); char *sym_scope (struct sym *); char *sym_scope_1 (struct sym *); |