Author: dgorbachev
Date: Mon Nov 28 07:35:58 2011
New Revision: 54520
URL:
http://svn.reactos.org/svn/reactos?rev=54520&view=rev
Log:
[DiskPart]
Remove unused file. Lee Schroeder, bug #6699.
Removed:
trunk/reactos/base/system/diskpart/remove.h
Removed: trunk/reactos/base/system/diskpart/remove.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/diskpart/remov…
==============================================================================
--- trunk/reactos/base/system/diskpart/remove.h [iso-8859-1] (original)
+++ trunk/reactos/base/system/diskpart/remove.h (removed)
@@ -1,16 +1,0 @@
-/*
- * PROJECT: ReactOS DiskPart
- * LICENSE: GPL - See COPYING in the top level directory
- * FILE: base/system/diskpart/remove.h
- * PURPOSE: Manages all the partitions of the OS in
- * an interactive way
- * PROGRAMMERS: Lee Schroeder
- */
-#ifndef REMOVE_H_INCLUDED
-#define REMOVE_H_INCLUDED
-
-/* FUNCTIONS *****************************************************************/
-BOOL remove_main(INT argc, WCHAR **argv);
-VOID help_remove(INT argc, WCHAR **argv);
-
-#endif // REMOVE_H_INCLUDED