summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Eberl <moritz@semiodesk.com>2016-04-16 17:50:16 +0000
committerMoritz Eberl <moritz@semiodesk.com>2016-04-16 17:50:16 +0000
commit92622bd42c6698f6fb17841a0a3efcf1089c9c28 (patch)
tree65207b810613f23d5ea11f330f7fe02e32e55b70
parentMerge (diff)
downloadinkscape-92622bd42c6698f6fb17841a0a3efcf1089c9c28.tar.gz
inkscape-92622bd42c6698f6fb17841a0a3efcf1089c9c28.zip
removed unnecessary comments
(bzr r14761.1.13)
-rw-r--r--src/extension/plugins/grid2/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/extension/plugins/grid2/CMakeLists.txt b/src/extension/plugins/grid2/CMakeLists.txt
index 3e18bdef3..f39e259de 100644
--- a/src/extension/plugins/grid2/CMakeLists.txt
+++ b/src/extension/plugins/grid2/CMakeLists.txt
@@ -6,11 +6,3 @@ add_library(grid2 SHARED ${grid_PART_SRCS})
target_link_libraries(grid2 inkscape_base)
-#install(TARGETS kritaartivity DESTINATION ${PLUGIN_INSTALL_DIR})
-
-########### install files ###############
-
-#install(FILES artivity.rc DESTINATION ${DATA_INSTALL_DIR}/kritaplugins)
-#install(FILES kritaartivity.desktop DESTINATION ${SERVICES_INSTALL_DIR})
-
-#include(CPack)