I have the code to complete this functionality locally, I just haven't 
committed it yet as it's not tested.

Thanks for the conflict :-P


-----Original Message-----
From: [email protected] [mailto:[email protected]] On 
Behalf Of [email protected]
Sent: 22 May 2009 23:18
To: [email protected]
Subject: [ros-diffs] [tkreuzer] 41046: #if out an unused static funtion. Don't 
know if it's still useful. Ged?

Author: tkreuzer
Date: Sat May 23 02:17:55 2009
New Revision: 41046

URL: http://svn.reactos.org/svn/reactos?rev=41046&view=rev
Log:
#if out an unused static funtion. Don't know if it's still useful. Ged?

Modified:
    
branches/ros-amd64-bringup/reactos/base/applications/mscutils/servman/propsheet_depends.c

Modified: 
branches/ros-amd64-bringup/reactos/base/applications/mscutils/servman/propsheet_depends.c
URL: 
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/base/applications/mscutils/servman/propsheet_depends.c?rev=41046&r1=41045&r2=41046&view=diff
==============================================================================
--- 
branches/ros-amd64-bringup/reactos/base/applications/mscutils/servman/propsheet_depends.c
 [iso-8859-1] (original)
+++ 
branches/ros-amd64-bringup/reactos/base/applications/mscutils/servman/propsheet_depends.c
 [iso-8859-1] Sat May 23 02:17:55 2009
@@ -50,6 +50,7 @@
     return TreeView_InsertItem(hTreeView, &tvins);
 }
 
+#if 0 // FIXME: What is this good for?
 static VOID
 AddServiceDependency(PSERVICEPROPSHEET dlgInfo,
                      HWND hTreeView,
@@ -123,6 +124,7 @@
     }
 
 }
+#endif
 
 static VOID
 AddServiceDependent(HWND hTreeView,


_______________________________________________
Ros-dev mailing list
[email protected]
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to