aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src
diff options
context:
space:
mode:
authorMax Horn2005-04-13 18:36:55 +0000
committerMax Horn2005-04-13 18:36:55 +0000
commit839c8add38ba710654cbe304493521584e663dd7 (patch)
treeb9e5975f1ec1911e14045e0c197fe13e5880464b /backends/PalmOS/Src
parenta5993b21129b133bdbd570a3f540caf44c0c3958 (diff)
downloadscummvm-rg350-839c8add38ba710654cbe304493521584e663dd7.tar.gz
scummvm-rg350-839c8add38ba710654cbe304493521584e663dd7.tar.bz2
scummvm-rg350-839c8add38ba710654cbe304493521584e663dd7.zip
Get rid of errno; add some (optional) error checking facilities to SaveFile classes (they are ugly, and to simple, but better than nothing)
svn-id: r17589
Diffstat (limited to 'backends/PalmOS/Src')
-rw-r--r--backends/PalmOS/Src/missing/_stdio.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/PalmOS/Src/missing/_stdio.cpp b/backends/PalmOS/Src/missing/_stdio.cpp
index 8857ee6db5..f2ee63ac51 100644
--- a/backends/PalmOS/Src/missing/_stdio.cpp
+++ b/backends/PalmOS/Src/missing/_stdio.cpp
@@ -29,8 +29,6 @@ static UInt16 gStdioVolRefNum = sysInvalidRefNum;
static void dummy(Boolean){};
-// TODO : implement "errno"
-
void StdioInit(UInt16 volRefNum, const Char *output, LedProc ledProc) {
gStdioVolRefNum = volRefNum;