diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-05-10 19:02:37 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-05-10 19:02:37 +0200 |
commit | a49b095b945756f1c32d9cfe3795a0d86151d6aa (patch) | |
tree | 196887f805723d842253bbaf729500187c03b1e4 /src/gos/osx.h | |
parent | 2364f2133330dc0e6702e453b47dcfbd3c44d9cc (diff) | |
parent | e5b8e351f5050da7f99fe6fb7882edfc778799f2 (diff) | |
download | uGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.tar.gz uGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.tar.bz2 uGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.zip |
Merge branch 'master' into gwin
Diffstat (limited to 'src/gos/osx.h')
-rw-r--r-- | src/gos/osx.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gos/osx.h b/src/gos/osx.h index f01f4424..635a8934 100644 --- a/src/gos/osx.h +++ b/src/gos/osx.h @@ -5,11 +5,6 @@ * http://ugfx.org/license.html */ -/** - * @file src/gos/osx.h - * @brief GOS - Operating System Support header file for Mac OS-X. - */ - #ifndef _GOS_OSX_H #define _GOS_OSX_H @@ -90,6 +85,4 @@ threadreturn_t gfxThreadWait(gfxThreadHandle thread); #endif #endif /* GFX_USE_OS_OSX */ - #endif /* _GOS_OSX_H */ - |