add the base .rbuild files
[reactos.git] / reactos / subsys / system / msconfig / systempage.c
diff --git a/reactos/subsys/system/msconfig/systempage.c b/reactos/subsys/system/msconfig/systempage.c
deleted file mode 100644 (file)
index 316f196..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <precomp.h>
-
-HWND hSystemPage;
-HWND hSystemDialog;
-
-INT_PTR CALLBACK
-SystemPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
-{
-    switch (message) {
-    case WM_INITDIALOG:
-        hSystemDialog = hDlg;
-           SetWindowPos(hDlg, NULL, 10, 32, 0, 0, SWP_NOACTIVATE | SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_NOZORDER);
-               return TRUE;
-       }
-
-  return 0;
-}