aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/rdwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/rdwin.h')
-rw-r--r--sword2/driver/rdwin.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/sword2/driver/rdwin.h b/sword2/driver/rdwin.h
index 9d83583f4b..404ef24e36 100644
--- a/sword2/driver/rdwin.h
+++ b/sword2/driver/rdwin.h
@@ -17,30 +17,9 @@
* $Header$
*/
-//=============================================================================
-//
-// Filename : rdwin.h
-// Created : 20th August 1996
-// By : P.R.Porter
-//
-// Summary : This include file defines links to all data which is
-// defined in the rdwin.c module, but can be accessed by
-// other parts of the driver96 library.
-//
-//
-//=============================================================================
-
-
#ifndef RDWIN_H
#define RDWIN_H
-/*
-extern HWND hwnd; // handle to the current window
-extern RECT rcWindow; // size of the current window.
-
-extern void Message(LPSTR fmt, ...);
-*/
-
extern void SetNeedRedraw(void);
#endif