Remove deadwood code.

Remove deadwood code.
This commit is contained in:
Elliot Lee
2000-06-01 21:59:31 +00:00
parent c496211676
commit 3f0092c4e6
4 changed files with 2 additions and 86 deletions

View File

@ -40,17 +40,6 @@
#include "gdkprivate-fb.h"
#include "gdkinternals.h"
/*
* Private function declarations
*/
#ifndef HAVE_XCONVERTCASE
static void gdkx_XConvertCase (KeySym symbol,
KeySym *lower,
KeySym *upper);
#define XConvertCase gdkx_XConvertCase
#endif
/* Private variable declarations
*/
static int gdk_initialized = 0; /* 1 if the library is initialized,