Editor: reduce scope of some functions.
commit07612ac7b7b601baf203ec1aae6dcf7d2f7c6059
authorAndrew Borodin <aborodin@vmail.ru>
Tue, 11 Oct 2011 10:14:07 +0000 (11 14:14 +0400)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 17 Oct 2011 10:30:04 +0000 (17 13:30 +0300)
tree1016fa1dabbd3dc26b18b19e1646cf914b1059dc
parent4b0032de28a5f79bcdc291bf6252ea8d2324a41a
Editor: reduce scope of some functions.

The edit_insert_column_of_text() function is used only in
src/editor/editcmd.c file. Now it is static.

Removed unneeded forward declarations.

Moved static functions to static area in src/editor/editcmd.c

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
src/editor/edit-impl.h
src/editor/editcmd.c