os_version = leftover debugging.

This commit is contained in:
William McBrine
2006-03-26 00:54:10 +00:00
parent dc12e986e6
commit eb8bc14dca
2 changed files with 2 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* $Id: curses.h,v 1.151 2006/03/25 23:57:40 wmcbrine Exp $ */
/* $Id: curses.h,v 1.152 2006/03/26 00:54:08 wmcbrine Exp $ */
/*----------------------------------------------------------------------*
* PDCurses *
@@ -670,7 +670,6 @@ typedef struct
int scrnmode; /* default screen mode */
unsigned video_seg; /* video base segment */
unsigned video_ofs; /* video base offset */
unsigned long os_version; /* Win32 Version */
#endif
#if defined(XCURSES)

View File

@@ -21,7 +21,7 @@
#ifdef PDCDEBUG
const char *rcsid_PDCscrn =
"$Id: pdcscrn.c,v 1.28 2006/03/25 00:41:25 wmcbrine Exp $";
"$Id: pdcscrn.c,v 1.29 2006/03/26 00:54:10 wmcbrine Exp $";
#endif
#define PDC_RESTORE_NONE 0
@@ -334,7 +334,6 @@ int PDC_scr_open(SCREEN *internal, bool echo)
internal->linesrippedoffontop = 0;
internal->delaytenths = 0;
internal->os_version = GetVersion();
#if defined(PDC_THREAD_BUILD)
/* Create the anonymous pipe and thread for handling input */