[ros-dev] [ros-diffs] [tkreuzer] 41046: #if out an unused static funtion. Don't know if it's still useful. Ged?
Timo Kreuzer
timo.kreuzer at web.de
Sat May 23 13:34:23 CEST 2009
Don't worry it's in the branch only. :)
Ged schrieb:
> 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: ros-diffs-bounces at reactos.org [mailto:ros-diffs-bounces at reactos.org] On Behalf Of tkreuzer at svn.reactos.org
> Sent: 22 May 2009 23:18
> To: ros-diffs at reactos.org
> 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
> Ros-dev at reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
>
More information about the Ros-dev
mailing list