diff options
Diffstat (limited to 'src/fxemu.h')
-rw-r--r-- | src/fxemu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fxemu.h b/src/fxemu.h index f4bdcf2..01ce839 100644 --- a/src/fxemu.h +++ b/src/fxemu.h @@ -149,9 +149,6 @@ extern uint32 FxGetPlotOptionRegister(); extern uint32 FxGetSourceRegisterIndex();
extern uint32 FxGetDestinationRegisterIndex();
-/* Get string for opcode currently in the pipe */
-extern void FxPipeString(char * pvString);
-
/* Get the byte currently in the pipe */
extern uint8 FxPipe();
|