summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-09-09 15:56:33 +0000
committerManolo Gouy <Manolo>2016-09-09 15:56:33 +0000
commitc5960df5fb4d99098c4ecbc28cc2f90c7f02e9aa (patch)
tree262d21c1cb4e6fba5dfb48424e61f20ef264bdf2 /src/Fl_win32.cxx
parent86e48ce2ca8269e2b94c57d4988c4fd9e4d2a202 (diff)
Rewrite fl_open_callback() under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11929 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_win32.cxx')
-rw-r--r--src/Fl_win32.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx
index 13ae5c459..bf1185f65 100644
--- a/src/Fl_win32.cxx
+++ b/src/Fl_win32.cxx
@@ -2422,9 +2422,6 @@ void Fl_WinAPI_Window_Driver::capture_titlebar_and_borders(Fl_Shared_Image*& top
}
-FL_EXPORT void fl_open_callback(void (*)(const char *)) {}
-
-
#ifdef USE_PRINT_BUTTON
// to test the Fl_Printer class creating a "Print front window" button in a separate window
// contains also preparePrintFront call above