mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-10 13:29:56 +00:00
Remove most of the old unused Video rendering functions
This commit is contained in:
parent
784fb5c62b
commit
1fc2c0f2b2
@ -953,10 +953,7 @@ int APIENTRY WinMain(HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int)
|
||||
DiskInitialize();
|
||||
LogFileOutput("Init: DiskInitialize()\n");
|
||||
|
||||
CreateColorMixMap(); // For tv emulation mode
|
||||
LogFileOutput("Init: CreateColorMixMap()\n");
|
||||
|
||||
int nError = 0; // TODO: Show error MsgBox if we get a DiskInsert error
|
||||
int nError = 0; // TODO: Show error MsgBox if we get a DiskInsert error
|
||||
if (szImageName_drive1)
|
||||
{
|
||||
nError = DoDiskInsert(DRIVE_1, szImageName_drive1);
|
||||
|
1263
source/Video.cpp
1263
source/Video.cpp
File diff suppressed because it is too large
Load Diff
@ -67,8 +67,6 @@ typedef bool (*VideoUpdateFuncPtr_t)(int,int,int,int,int);
|
||||
|
||||
// Prototypes _______________________________________________________
|
||||
|
||||
void CreateColorMixMap();
|
||||
|
||||
BOOL VideoApparentlyDirty ();
|
||||
void VideoBenchmark ();
|
||||
void VideoChooseMonochromeColor (); // FIXME: Should be moved to PageConfig and call VideoSetMonochromeColor()
|
||||
|
Loading…
x
Reference in New Issue
Block a user