aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/titlebar.h
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2016-01-25 02:26:12 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2016-01-25 02:26:12 -0800
commit82b46badba16f7b40891e7d5e45bb3da828b6203 (patch)
tree0c9ecbd9b5443d7af7e7d2b3db3a5101b88c38cd /src/hyper/titlebar.h
parent0093f04cb53e58151ad3bdfbff328d564ff17caf (diff)
downloadopen-axiom-82b46badba16f7b40891e7d5e45bb3da828b6203.tar.gz
Remove various crufts.
Diffstat (limited to 'src/hyper/titlebar.h')
-rw-r--r--src/hyper/titlebar.h6
1 files changed, 3 insertions, 3 deletions
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 */