summaryrefslogtreecommitdiff
path: root/src/fl_dnd_mac.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-11-25 18:21:21 +0000
committerManolo Gouy <Manolo>2010-11-25 18:21:21 +0000
commit7eb27fa4bd313e4c9f83df5aa8b774f54a7aaca2 (patch)
treeb46139e955b531bfdd09f25e785a8cd91ac46f99 /src/fl_dnd_mac.cxx
parent0f3e028a13cd7fadfba39964bebd42639a06a6c4 (diff)
Mac OS X: introduced global variable fl_mac_os_version and cleaned a few unused variables.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7892 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_dnd_mac.cxx')
-rw-r--r--src/fl_dnd_mac.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fl_dnd_mac.cxx b/src/fl_dnd_mac.cxx
index c3d28a7af..d601f5402 100644
--- a/src/fl_dnd_mac.cxx
+++ b/src/fl_dnd_mac.cxx
@@ -33,10 +33,6 @@
#include <FL/x.H>
#include <FL/Fl_Window.H>
-// warning: this function is only implemented in Quickdraw. The function
-// below may not work if FLTK is compiled with Quartz enabled
-
-extern EventRef fl_os_event;
extern char *fl_selection_buffer;
extern int fl_selection_length;