diff options
Diffstat (limited to 'o3d/plugin/mac/plugin_mac.h')
-rw-r--r-- | o3d/plugin/mac/plugin_mac.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/o3d/plugin/mac/plugin_mac.h b/o3d/plugin/mac/plugin_mac.h index 8563228..1e9efe5 100644 --- a/o3d/plugin/mac/plugin_mac.h +++ b/o3d/plugin/mac/plugin_mac.h @@ -81,11 +81,9 @@ void ReleaseSafariBrowserWindow(void* browserWindow); // Some miscellaneous helper functions... -bool SetWindowForAGLContext(AGLContext context, WindowRef window); void CFReleaseIfNotNull(CFTypeRef cf); -bool IsMacOSTenFiveOrHigher(void); // Converts an old style Mac HFS path eg "HD:Users:xxx:file.zip" into a standard // Posix path eg "/Users/xxx/file.zip" Assumes UTF8 in and out, returns a block |