@@ -33,8 +33,6 @@ const CString MUSHCLIENT_VERSION = "4.62"; // Step 2.
33
33
#define MUD_LIST " http://www.gammon.com.au/links/muds.htm"
34
34
#define BUG_REPORT_PAGE " http://www.gammon.com.au/forum/?bbtopic_id=5"
35
35
#define FORUM_URL " http://www.gammon.com.au/forum/"
36
- #define ORDERS_PAGE " http://www.gammon.com.au/fee.htm"
37
- #define REGCODE_URL " http://www.gammon.com.au/regcode.htm"
38
36
#define MUSHCLIENT_FORUM_URL " http://www.gammon.com.au/forum/?bbsection_id=1"
39
37
#define MUSHCLIENT_FUNCTIONS_URL " http://www.gammon.com.au/mushclient/functions.htm"
40
38
#define DOCUMENTATION_PAGE " http://www.gammon.com.au/scripts/doc.php"
@@ -49,8 +47,7 @@ const CString MUSHCLIENT_VERSION = "4.62"; // Step 2.
49
47
// program constants
50
48
51
49
const int JUMP_SIZE = 100 ; // how many lines we discard when we reach maximum lines
52
- const char ENDLINE [] = " \r\n " ; // line terminator
53
- const char SIGNATURE [] = " WinMUSH" ; // world file signature
50
+ const char ENDLINE [] = " \r\n " ; // line terminator
54
51
const int VERSION = 15 ; // version number written to world file
55
52
#define MAX_EXECUTION_DEPTH 20 // number of nested calls to world.Execute we permit
56
53
@@ -70,8 +67,6 @@ const int VERSION = 15; // version number written to world file
70
67
// this string identifies that Pueblo starts after it is received
71
68
#define PUEBLO_START " </xch_mudtext>"
72
69
73
- #define ORIGINAL_MACRO_COUNT 60
74
-
75
70
class CSendView ;
76
71
class CMUSHView ;
77
72
class CChildFrame ;
@@ -623,8 +618,6 @@ class CMUSHclientDoc : public CDocument
623
618
unsigned short m_bArrowsChangeHistory;
624
619
unsigned short m_bConfirmOnPaste;
625
620
626
- unsigned short m_version;
627
-
628
621
CString m_macros [MACRO_COUNT]; // for function keys
629
622
unsigned short m_macro_type [MACRO_COUNT]; // see macro send types above
630
623
CString m_macro_name [MACRO_COUNT];
0 commit comments