summaryrefslogtreecommitdiff
path: root/src/Fl_porting.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-04-17 14:45:25 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-04-17 14:45:25 +0000
commit9ae4a99081237f94d47a480d41313dc65737bd98 (patch)
treeaefbe45f297640c084c2949ca3da2d936fef9a47 /src/Fl_porting.cxx
parentcc57af841a11ee314efca6a434ff14bed51706e4 (diff)
virtualized Fl_Graphics_Driver::global_gc(), a function that should probably not exeist.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11641 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_porting.cxx')
-rw-r--r--src/Fl_porting.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Fl_porting.cxx b/src/Fl_porting.cxx
index 60bf9eb2d..649824163 100644
--- a/src/Fl_porting.cxx
+++ b/src/Fl_porting.cxx
@@ -318,10 +318,6 @@ void fl_end_offscreen()
# pragma message "FL_PORTING: implement fl_end_offscreen"
}
-void fl_clipboard_notify_change() {
-# pragma message "FL_PORTING: implement fl_clipboard_notify_change"
-}
-
Fl_Font_Descriptor::~Fl_Font_Descriptor()
{
# pragma message "FL_PORTING: implement Fl_Font_Descriptor::~Fl_Font_Descriptor"