Code cleanup

This commit is contained in:
Pierre Pronchery 2010-08-23 00:48:23 +00:00
parent 9e08ab14ee
commit 989316d09f

View File

@ -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);