Removed _moo_text_view_*_undo_group()
parent
f358d43bcf
commit
1c1e693bf6
|
@ -911,22 +911,6 @@ moo_text_view_end_not_undoable_action (MooTextView *view)
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
_moo_text_view_new_undo_group (MooTextView *view)
|
||||
{
|
||||
g_return_if_fail (MOO_IS_TEXT_VIEW (view));
|
||||
moo_undo_stack_new_group (get_undo_stack (view));
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
_moo_text_view_end_undo_group (MooTextView *view)
|
||||
{
|
||||
g_return_if_fail (MOO_IS_TEXT_VIEW (view));
|
||||
moo_undo_stack_end_group (get_undo_stack (view));
|
||||
}
|
||||
|
||||
|
||||
gboolean
|
||||
moo_text_view_redo (MooTextView *view)
|
||||
{
|
||||
|
|
|
@ -109,8 +109,6 @@ gboolean moo_text_view_redo (MooTextView *view);
|
|||
gboolean moo_text_view_undo (MooTextView *view);
|
||||
void moo_text_view_begin_not_undoable_action(MooTextView *view);
|
||||
void moo_text_view_end_not_undoable_action (MooTextView *view);
|
||||
void _moo_text_view_new_undo_group (MooTextView *view);
|
||||
void _moo_text_view_end_undo_group (MooTextView *view);
|
||||
|
||||
void moo_text_view_goto_line (MooTextView *view,
|
||||
int line);
|
||||
|
|
Loading…
Reference in New Issue