From 261bb887eb8c5f110e58b352fde85c27690a345a Mon Sep 17 00:00:00 2001 From: Karl Cheng Date: Fri, 10 May 2019 22:16:22 +1000 Subject: Remove support for saving as JavaFX 1.x script (*.fx) JavaFX 1.x is long obsolete (since 2012-12-20) and the code for it has not been maintained. There have been no end user comments/reports since 2012 and a few bugs that would be important remain unfixed. Given that this is not an import format, the impact of removing this should be extremely low. Refs: https://www.oracle.com/technetwork/java/javafx/overview/faq-1446554.html#8 Refs: http://web.archive.org/web/20170316051832/http://blogs.oracle.com/javafx/entry/javafx_1_2_and_javafx Refs: https://stackoverflow.com/q/18865774/2074608 --- src/extension/init.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/extension/init.cpp') diff --git a/src/extension/init.cpp b/src/extension/init.cpp index 6626ff20d..c3d34b0c1 100644 --- a/src/extension/init.cpp +++ b/src/extension/init.cpp @@ -45,7 +45,6 @@ # include "internal/cairo-ps-out.h" #endif #include "internal/pov-out.h" -#include "internal/javafx-out.h" #include "internal/odf.h" #include "internal/latex-pstricks-out.h" #include "internal/latex-pstricks.h" @@ -170,7 +169,6 @@ init() Internal::PrintWmf::init(); Internal::Wmf::init(); Internal::PovOutput::init(); - Internal::JavaFXOutput::init(); Internal::OdfOutput::init(); Internal::PrintLatex::init(); Internal::LatexOutput::init(); -- cgit v1.2.3