Changeset 33


Ignore:
Timestamp:
Oct 17, 2002, 1:37:17 AM (23 years ago)
Author:
root
Message:

Drop obsolete xor code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/dll/mainwnd.c

    r2 r33  
     1
     2/***********************************************************************
     3
     4  $Id$
     5
     6  Main window
     7
     8  Copyright (c) 1993-98 M. Kimes
     9  Copyright (c) 2001, 2002 Steven H.Levine
     10
     11  Revisions     11 Jun 02 SHL - Drop obsolete xor code
     12
     13***********************************************************************/
     14
    115#define INCL_DOS
    216#define INCL_WIN
     
    1529#include "fm3str.h"
    1630#include "tools.h"
    17 #include "xor.h"
     31// #include "xor.h"     // SHL
    1832
    1933#pragma data_seg(DATA1)
     
    3953
    4054extern TOOL  *toolhead;
    41 USHORT                          firsttool = 0;
    42 static char  *xrc = XORSTR;
     55
     56USHORT firsttool = 0;
    4357
    4458
Note: See TracChangeset for help on using the changeset viewer.