Core lib:

Cleaned up 3 unused variables warnings in Fl_mac.cxx.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6608 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Fabien Costantini 2008-12-28 11:32:54 +00:00
parent 79838655ba
commit a85a33aa87

View File

@ -1163,7 +1163,7 @@ static int keycodeToUnicode(
int action;
//OptionBits options = 0;
OptionBits options = kUCKeyTranslateNoDeadKeysMask;
// not used yet: OptionBits options = kUCKeyTranslateNoDeadKeysMask;
unsigned long keyboardType;
keycode &= 0xFF;
modifiers = (modifiers >> 8) & 0xFF;
@ -2502,7 +2502,7 @@ static void allocatePasteboard() {
}
#else
#endif
static ScrapRef myScrap = 0;
// not used yet: static ScrapRef myScrap = 0;
/**
* create a selection
@ -2548,7 +2548,7 @@ void Fl::copy(const char *stuff, int len, int clipboard) {
void Fl::paste(Fl_Widget &receiver, int clipboard) {
if (clipboard) {
// see if we own the selection, if not go get it:
Size len = 0;
//Size len = 0;
#ifdef USE_PASTEBOARD
// FIXME no error checking done yet!
OSStatus err = noErr;