diff options
-rw-r--r-- | chart2/Library_chartcontroller.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chart2/Library_chartcontroller.mk b/chart2/Library_chartcontroller.mk index 19220da8b5f9..7a0ea6fdbcb9 100644 --- a/chart2/Library_chartcontroller.mk +++ b/chart2/Library_chartcontroller.mk @@ -35,14 +35,6 @@ $(eval $(call gb_Library_set_include,chartcontroller,\ $(eval $(call gb_Library_use_sdk_api,chartcontroller)) -# TODO: is this still necessary? -# (from chart2/source/controller/dialogs/makefile.mk) -# # i26518 the gcc-3.0.4 requires to enhance the template-depth -# # this seems to be a compiler issue, so we recommend not to use 3.0.x anymore -# .IF "$(COM)"=="GCC" -# CFLAGS+=-ftemplate-depth-128 -# .ENDIF - $(eval $(call gb_Library_use_libraries,chartcontroller,\ basegfx \ chartcore \ |