Code cleanup
This commit is contained in:
parent
9e08ab14ee
commit
989316d09f
@ -29,7 +29,9 @@
|
|||||||
#define N_(string) (string)
|
#define N_(string) (string)
|
||||||
|
|
||||||
|
|
||||||
/* constants */
|
/* Editor */
|
||||||
|
/* private */
|
||||||
|
/* variables */
|
||||||
#ifdef EMBEDDED
|
#ifdef EMBEDDED
|
||||||
static DesktopAccel _editor_accel[] =
|
static DesktopAccel _editor_accel[] =
|
||||||
{
|
{
|
||||||
@ -43,7 +45,6 @@ static DesktopAccel _editor_accel[] =
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef EMBEDDED
|
#ifndef EMBEDDED
|
||||||
static DesktopMenu _editor_menu_file[] =
|
static DesktopMenu _editor_menu_file[] =
|
||||||
{
|
{
|
||||||
@ -116,8 +117,6 @@ static DesktopToolbar _editor_toolbar[] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/* Editor */
|
|
||||||
/* private */
|
|
||||||
/* prototypes */
|
/* prototypes */
|
||||||
static gboolean _editor_find(Editor * editor, char const * text,
|
static gboolean _editor_find(Editor * editor, char const * text,
|
||||||
gboolean sensitive, gboolean wrap);
|
gboolean sensitive, gboolean wrap);
|
||||||
|
Loading…
Reference in New Issue
Block a user