summaryrefslogtreecommitdiff
path: root/fluid/function_panel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/function_panel.cxx')
-rw-r--r--fluid/function_panel.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx
index d2e2c362f..b13f2fa7e 100644
--- a/fluid/function_panel.cxx
+++ b/fluid/function_panel.cxx
@@ -934,17 +934,6 @@ Fl_Light_Button *sv_autorefresh=(Fl_Light_Button *)0;
Fl_Light_Button *sv_autoposition=(Fl_Light_Button *)0;
-/**
- Create a preview window for the C++ source code.
-
- This function creates a dialog box with two tabs
- for previewing thw header and source file that will
- be generated from the current database.
-
- The created window is modal.
-
- \return the newly created dialog window
-*/
Fl_Double_Window* make_sourceview() {
{ sourceview_panel = new Fl_Double_Window(520, 490, "Code View");
sourceview_panel->callback((Fl_Callback*)toggle_sourceview_cb);