diff options
| author | Manolo Gouy <Manolo> | 2016-04-20 07:14:50 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-20 07:14:50 +0000 |
| commit | d57f762715f1a949b7a0e6f022ff4e6f355ec088 (patch) | |
| tree | 4ac262bdeb27517dbc19675d202434a42ee0d368 /src | |
| parent | 7102c3837636a58dcdaaaaa2e6ed80a4f11e4341 (diff) | |
Remove unneeded declarations.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11675 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/Darwin/Fl_Darwin_System_Driver.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.cxx b/src/drivers/Darwin/Fl_Darwin_System_Driver.cxx index 6f069639a..64102d9b4 100644 --- a/src/drivers/Darwin/Fl_Darwin_System_Driver.cxx +++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.cxx @@ -37,10 +37,6 @@ #include <sys/ucred.h> #include <sys/mount.h> #include <sys/stat.h> -#include <ApplicationServices/ApplicationServices.h> - - -extern int fl_mac_os_version; // the version number of the running Mac OS X //const char* fl_local_alt = "\xe2\x8c\xa5\\"; // U+2325 (option key) const char* fl_local_alt = "⌥\\"; // U+2325 (option key) |
