mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-12 16:47:42 -05:00
Remove two unused variables.
They caused build failures at -Wall.
This commit is contained in:
@ -2120,8 +2120,6 @@ void input_method_commit_event(GtkIMContext *imc, gchar *str, gpointer data)
|
||||
|
||||
void input_method_preedit_start_event(GtkIMContext *imc, gpointer data)
|
||||
{
|
||||
GtkFrontend *inst = (GtkFrontend *)data;
|
||||
|
||||
#ifdef KEY_EVENT_DIAGNOSTICS
|
||||
debug(" - IM preedit-start event\n");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user