[DiskPart]

Remove unused file. Lee Schroeder, bug #6699.

svn path=/trunk/; revision=54520
This commit is contained in:
Dmitry Gorbachev 2011-11-28 07:35:58 +00:00
parent 81516fc73a
commit cd19187c5d

View file

@ -1,16 +0,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