comparison gui/wm/ws.h @ 35668:ae1d6da2c9ea

Remove unused wsKeyTable.
author ib
date Thu, 17 Jan 2013 15:25:56 +0000
parents 01ac3cd2f101
children e7bd98b3ad6c
comparison
equal deleted inserted replaced
35667:3ed198bf4f21 35668:ae1d6da2c9ea
175 175
176 extern Display *wsDisplay; 176 extern Display *wsDisplay;
177 177
178 extern int wsDepthOnScreen; 178 extern int wsDepthOnScreen;
179 179
180 // ----------------------------------------------------------------------------------------------
181 // wsKeyTable
182 // ---------------------------------------------------------------------------------------------- 180 // ----------------------------------------------------------------------------------------------
183 void wsXDone(void); 181 void wsXDone(void);
184 void wsXInit(Display *display); 182 void wsXInit(Display *display);
185 void wsSetErrorHandler(void); 183 void wsSetErrorHandler(void);
186 184