aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryolib.h
diff options
context:
space:
mode:
authorStrangerke2016-10-24 23:58:16 +0200
committerEugene Sandulenko2017-01-25 22:42:03 +0100
commit399b1d8c8eb37431e6504d5902a2f029eebb7551 (patch)
tree2cd160495d30b0e1aa9962e38869e2689b87e97d /engines/cryo/cryolib.h
parent5abf6770b77bd30d214b46933181e092d9619fd5 (diff)
downloadscummvm-rg350-399b1d8c8eb37431e6504d5902a2f029eebb7551.tar.gz
scummvm-rg350-399b1d8c8eb37431e6504d5902a2f029eebb7551.tar.bz2
scummvm-rg350-399b1d8c8eb37431e6504d5902a2f029eebb7551.zip
CRYO: Remove several useless CryoLib functions
Diffstat (limited to 'engines/cryo/cryolib.h')
-rw-r--r--engines/cryo/cryolib.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/engines/cryo/cryolib.h b/engines/cryo/cryolib.h
index 028f71c29b..679be87d27 100644
--- a/engines/cryo/cryolib.h
+++ b/engines/cryo/cryolib.h
@@ -215,9 +215,6 @@ void CLPalette_Send2Screen(struct color_t *palette, uint16 first, uint16 count);
void CLPalette_BeBlack();
void CLPalette_BeSystem();
-void CLFile_SetFilter(int a3, int a4, int a5, int a6, int a7);
-void CLFile_SetFinderInfos(void *fs, int a4, int a5);
-void CLFile_GetFullPath(void *a3, char *a4);
void CLFile_MakeStruct(int a3, int a4, const char *name, filespec_t *fs);
void CLFile_Create(filespec_t *fs);
void CLFile_Open(filespec_t *fs, int16 mode, file_t &handle);
@@ -260,21 +257,9 @@ void CLView_CenterIn(View *parent, View *child);
void CLScreenView_Init();
void CLScreenView_CenterIn(View *view);
-void CRYOLib_InstallExitPatch();
-void CRYOLib_RemoveExitPatch();
-void CRYOLib_Init();
-void CRYOLib_Done();
-void CRYOLib_MinimalInit();
void CRYOLib_ManagersInit();
void CRYOLib_ManagersDone();
-void CRYOLib_SetDebugMode(int16 enable);
-void CRYOLib_InstallEmergencyExit(void(*proc)());
-void CRYOLib_SetupEnvironment();
-void CRYOLib_RestoreEnvironment();
-void CRYOLib_TestConfig();
-
-int16 CLComputer_Has68030();
-int16 CLComputer_Has68040();
+
void CLDesktop_TestOpenFileAtStartup();