Remove the "** FIXME: THIS DOES NOT ACTUALLY WORK YET" lines.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 27 Oct 2007 20:04:37 +0000 (20:04 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 27 Oct 2007 20:04:37 +0000 (20:04 +0000)
git-svn-id: http://svn.voria.com/code@987 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/mod_mng/Makefile.am
synfig-core/trunk/src/modules/mod_mng/main.cpp
synfig-core/trunk/src/modules/mod_mng/mod_mng.nsh
synfig-core/trunk/src/modules/mod_mng/unmod_mng.nsh

index 3a6b5e8..0833580 100644 (file)
@@ -1,7 +1,5 @@
 # $Id$
 
-# FIXME: THIS DOES NOT ACTUALLY WORK YET
-
 MAINTAINERCLEANFILES=Makefile.in
 INCLUDES = -I$(top_srcdir)/src
 
index f1ab11c..6e94eb8 100644 (file)
@@ -20,8 +20,6 @@
 **
 ** === N O T E S ===========================================================
 **
-** FIXME: THIS DOES NOT ACTUALLY WORK YET
-**
 ** ========================================================================= */
 
 /* === H E A D E R S ======================================================= */
index 4986de7..3e85d80 100644 (file)
@@ -1,5 +1,3 @@
-; 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"
index ddff595..0b1c4c9 100644 (file)
@@ -1,4 +1,3 @@
-; FIXME: THIS DOES NOT ACTUALLY WORK YET
 Section "un.mod_mng"
        Delete "$INSTDIR\lib\synfig\modules\mod_mng.dll"
        RMDir "$INSTDIR"