Remove old dead debug_psytron code.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2830 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -96,15 +96,13 @@ BackgroundInitKernel (DWORD TimeOut)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#define DEBUG_PSYTRON 0
|
|
||||||
|
|
||||||
/* TODO: Remove these declarations once threading is gone. */
|
/* TODO: Remove these declarations once threading is gone. */
|
||||||
extern int snddriver, soundflags;
|
extern int snddriver, soundflags;
|
||||||
|
|
||||||
int
|
int
|
||||||
Starcon2Main (void *threadArg)
|
Starcon2Main (void *threadArg)
|
||||||
{
|
{
|
||||||
#if DEBUG_PSYTRON || CREATE_JOURNAL
|
#if CREATE_JOURNAL
|
||||||
{
|
{
|
||||||
int ac = argc;
|
int ac = argc;
|
||||||
char **av = argv;
|
char **av = argv;
|
||||||
@@ -116,15 +114,6 @@ while (--ac > 0)
|
|||||||
{
|
{
|
||||||
switch ((*av)[1])
|
switch ((*av)[1])
|
||||||
{
|
{
|
||||||
#ifdef DEBUG_PSYTRON
|
|
||||||
case 'd':
|
|
||||||
{
|
|
||||||
extern BYTE debug_psytron;
|
|
||||||
|
|
||||||
debug_psytron = atoi (&(*av)[2]);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
#endif //DEBUG_PSYTRON
|
|
||||||
#if CREATE_JOURNAL
|
#if CREATE_JOURNAL
|
||||||
case 'j':
|
case 'j':
|
||||||
++create_journal;
|
++create_journal;
|
||||||
@@ -134,7 +123,7 @@ while (--ac > 0)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif //DEBUG_PSYTRON || CREATE_JOURNAL
|
#endif // CREATE_JOURNAL
|
||||||
|
|
||||||
/* TODO: Put initAudio back in main where it belongs once threading
|
/* TODO: Put initAudio back in main where it belongs once threading
|
||||||
* is gone.
|
* is gone.
|
||||||
|
|||||||
Reference in New Issue
Block a user