diff options
author | Filippos Karapetis | 2009-02-18 10:49:17 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-02-18 10:49:17 +0000 |
commit | fa59ce0d9f6282e08d52209d3afad3cc9f702ebb (patch) | |
tree | 325b83c49802769423e91df3740bed190370f4d0 /engines/sci/include/resource.h | |
parent | 1ccedde91aadc6dea2156e40c0dc094578092cf4 (diff) | |
download | scummvm-rg350-fa59ce0d9f6282e08d52209d3afad3cc9f702ebb.tar.gz scummvm-rg350-fa59ce0d9f6282e08d52209d3afad3cc9f702ebb.tar.bz2 scummvm-rg350-fa59ce0d9f6282e08d52209d3afad3cc9f702ebb.zip |
Removed the unused sci_get_homedir() function
svn-id: r38466
Diffstat (limited to 'engines/sci/include/resource.h')
-rw-r--r-- | engines/sci/include/resource.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/engines/sci/include/resource.h b/engines/sci/include/resource.h index 45a937fd50..bae718021b 100644 --- a/engines/sci/include/resource.h +++ b/engines/sci/include/resource.h @@ -243,15 +243,6 @@ sci_getcwd(void); ** Returns : (char *) a malloc'd cwd, or NULL if it couldn't be determined. */ - -char * -sci_get_homedir(void); -/* Returns the user's home directory -** Parameters: (void) -** Returns : (char *) Pointer to a static buffer containing the user's home, -** or NULL if there is no such thing. -*/ - int sci_mkpath(const char *path); /* Asserts that the specified path is available |