Code cleanup
This commit is contained in:
parent
9e08ab14ee
commit
989316d09f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user