# HG changeset patch # User tron # Date 1157019287 0 # Node ID d4eebf76337e551f4a7ef7577a4c2de328479665 # Parent bc9076b4d7a2b7ef9cea4973812477016c84f18f (svn r6262) Remove unused #define and function declaration diff -r bc9076b4d7a2 -r d4eebf76337e video/win32_v.c --- a/video/win32_v.c Thu Aug 31 09:40:10 2006 +0000 +++ b/video/win32_v.c Thu Aug 31 10:14:47 2006 +0000 @@ -80,10 +80,6 @@ #define AS(x, z) {x, 0, z} #define AM(x, y, z, w) {x, y - x, z} -#ifndef VK_OEM_3 -#define VK_OEM_3 0xC0 -#endif - static const VkMapping _vk_mapping[] = { // Pageup stuff + up/down AM(VK_PRIOR,VK_DOWN, WKC_PAGEUP, WKC_DOWN), @@ -131,7 +127,6 @@ return key; } -static void MakeWindow(bool full_screen); static bool AllocateDibSection(int w, int h); static void ClientSizeChanged(int w, int h)