summaryrefslogtreecommitdiff
path: root/src/winwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/winwidget.c')
-rw-r--r--src/winwidget.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/winwidget.c b/src/winwidget.c
index 3172086..b59c98b 100644
--- a/src/winwidget.c
+++ b/src/winwidget.c
@@ -698,11 +698,6 @@ void winwidget_show(winwidget winwid)
return;
}
-int winwidget_count(void)
-{
- return(window_num);
-}
-
void winwidget_move(winwidget winwid, int x, int y)
{
if (winwid && ((winwid->x != x) || (winwid->y != y))) {