From 82b46badba16f7b40891e7d5e45bb3da828b6203 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Mon, 25 Jan 2016 02:26:12 -0800 Subject: Remove various crufts. --- src/hyper/titlebar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/hyper/titlebar.h') diff --git a/src/hyper/titlebar.h b/src/hyper/titlebar.h index db7059a4..94e77fe2 100644 --- a/src/hyper/titlebar.h +++ b/src/hyper/titlebar.h @@ -39,9 +39,9 @@ #include "hyper.h" extern void getTitleBarMinimumSize(int * width , int * height); -extern void linkTitleBarWindows(void); -extern void makeTitleBarWindows(void); -extern void showTitleBar(void); +extern void linkTitleBarWindows(); +extern void makeTitleBarWindows(); +extern void showTitleBar(); extern int twwidth, twheight; /* the width and height for all windows in the */ /* title bar */ -- cgit v1.2.3