Delete svn tags. We don't need them in git
[synfig.git] / synfig-core / tags / synfig_0_61_06 / src / modules / mod_mng / mod_mng.nsh
diff --git a/synfig-core/tags/synfig_0_61_06/src/modules/mod_mng/mod_mng.nsh b/synfig-core/tags/synfig_0_61_06/src/modules/mod_mng/mod_mng.nsh
deleted file mode 100644 (file)
index 4986de7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-; FIXME: THIS DOES NOT ACTUALLY WORK YET
-
-Section "mod_mng" Sec_mod_mng
-  SetOutPath "$INSTDIR\lib\synfig\modules"
-  File /oname=mod_mng.dll "src\modules\mod_mng\.libs\libmod_mng-0.dll"
-  FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a
-  FileSeek $0 0 END
-  FileWrite $0 "mod_mng"
-  FileWriteByte $0 "13"
-  FileWriteByte $0 "10"
-  FileClose $0
-SectionEnd
-