src/w32term.c: Remove leftover declaration of keyboard_codepage.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 8 Oct 2012 13:46:03 +0000 (15:46 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 8 Oct 2012 13:46:03 +0000 (15:46 +0200)
src/ChangeLog
src/w32term.c

index 44e6f18..e7159d5 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32term.c: Remove leftover declaration of keyboard_codepage.
+
 2012-10-08  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in (FONT_H): Add $(FRAME_H).
index 627ff54..4cc0b86 100644 (file)
@@ -201,9 +201,6 @@ static int input_signal_count;
 int w32_message_fd = -1;
 #endif /* CYGWIN */
 
-/* Keyboard code page - may be changed by language-change events.  */
-static int keyboard_codepage;
-
 static void x_update_window_end (struct window *, int, int);
 static void w32_handle_tool_bar_click (struct frame *,
                                        struct input_event *);