X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Finput.h;fp=src%2Finput.h;h=e4080fd285118b77f0be9fd15c93be7e3e262156;hb=08f8444e2ae5480eea1cf7e2c1e2eb57f46152db;hp=14685e39a69439dc25951b93241c80b4402a1140;hpb=753658fb32fd78c0887e018892a0ad91b424e728;p=rodin%2Fchimara.git diff --git a/src/input.h b/src/input.h index 14685e3..e4080fd 100644 --- a/src/input.h +++ b/src/input.h @@ -12,7 +12,5 @@ G_GNUC_INTERNAL gboolean on_window_key_press_event(GtkWidget *widget, GdkEventKey *event, winid_t win); G_GNUC_INTERNAL void after_window_insert_text(GtkTextBuffer *textbuffer, GtkTextIter *location, gchar *text, gint len, winid_t win); G_GNUC_INTERNAL void on_input_entry_activate(GtkEntry *input_entry, winid_t win); -G_GNUC_INTERNAL static int flush_text_buffer(winid_t win); -G_GNUC_INTERNAL static int flush_text_grid(winid_t win); #endif