- Start rosapps rearrange and cleanup process.
[reactos.git] / rosapps / mc / src / info.h
diff --git a/rosapps/mc/src/info.h b/rosapps/mc/src/info.h
deleted file mode 100644 (file)
index 35c8328..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __INFO_H
-#define __INFO_H
-
-typedef struct {
-    Widget widget;
-    int ready;
-} WInfo;
-
-WInfo *info_new ();
-
-#endif