From 989316d09f47ca6d0c9635888e0317ed225655f8 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 23 Aug 2010 00:48:23 +0000 Subject: [PATCH] Code cleanup --- src/editor.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/editor.c b/src/editor.c index 66c7bd5..e68ea12 100644 --- a/src/editor.c +++ b/src/editor.c @@ -29,7 +29,9 @@ #define N_(string) (string) -/* constants */ +/* Editor */ +/* private */ +/* variables */ #ifdef EMBEDDED static DesktopAccel _editor_accel[] = { @@ -43,7 +45,6 @@ static DesktopAccel _editor_accel[] = }; #endif - #ifndef EMBEDDED static DesktopMenu _editor_menu_file[] = { @@ -116,8 +117,6 @@ static DesktopToolbar _editor_toolbar[] = }; -/* Editor */ -/* private */ /* prototypes */ static gboolean _editor_find(Editor * editor, char const * text, gboolean sensitive, gboolean wrap);