forked from AuroraMiddleware/gtk
imcontextime: Remove unused variables
This commit is contained in:
parent
4f0cc3086f
commit
3ace1f5939
@ -664,7 +664,6 @@ gtk_im_context_ime_focus_in (GtkIMContext *context)
|
|||||||
{
|
{
|
||||||
GtkIMContextIME *context_ime = GTK_IM_CONTEXT_IME (context);
|
GtkIMContextIME *context_ime = GTK_IM_CONTEXT_IME (context);
|
||||||
GdkSurface *toplevel;
|
GdkSurface *toplevel;
|
||||||
GtkWidget *widget = NULL;
|
|
||||||
HWND hwnd;
|
HWND hwnd;
|
||||||
HIMC himc;
|
HIMC himc;
|
||||||
|
|
||||||
@ -721,7 +720,6 @@ gtk_im_context_ime_focus_out (GtkIMContext *context)
|
|||||||
{
|
{
|
||||||
GtkIMContextIME *context_ime = GTK_IM_CONTEXT_IME (context);
|
GtkIMContextIME *context_ime = GTK_IM_CONTEXT_IME (context);
|
||||||
GdkSurface *toplevel;
|
GdkSurface *toplevel;
|
||||||
GtkWidget *widget = NULL;
|
|
||||||
HWND hwnd;
|
HWND hwnd;
|
||||||
HIMC himc;
|
HIMC himc;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user