diff gui/wm/ws.h @ 35356:90d181c052e5

Remove dead code.
author ib
date Fri, 23 Nov 2012 09:25:54 +0000
parents c8478a499a17
children 80fe9ad7f318
line wrap: on
line diff
--- a/gui/wm/ws.h	Fri Nov 23 09:20:49 2012 +0000
+++ b/gui/wm/ws.h	Fri Nov 23 09:25:54 2012 +0000
@@ -250,12 +250,6 @@
 void wsSetIcon(Display *dpy, Window win, guiIcon_t *icon);
 
 // ----------------------------------------------------------------------------------------------
-//    Draw string at x,y with fc ( foreground color ) and bc ( background color ).
-// ----------------------------------------------------------------------------------------------
-void wsDrawString(wsTWindow win, int x, int y, char *str, int fc, int bc);
-int wsTextWidth(wsTWindow win, char *str);
-
-// ----------------------------------------------------------------------------------------------
 //    Show / hide mouse cursor.
 // ----------------------------------------------------------------------------------------------
 void wsVisibleMouse(wsTWindow *win, int m);