move dummy api / old api, that does not do anything to historic.c, they are left...
[reactos.git] / reactos / dll / win32 / gdi32 / misc / stubs.c
index d56a6f0..5df604b 100644 (file)
@@ -1108,60 +1108,13 @@ wglSwapLayerBuffers(
  */
 
 
-/*
- * @implemented
- */
-BOOL
-STDCALL
-GdiPlayDCScript(
-       DWORD   a0,
-       DWORD   a1,
-       DWORD   a2,
-       DWORD   a3,
-       DWORD   a4,
-       DWORD   a5
-       )
-{
-    /* FIXME fix the prototype right */
-    return FALSE;
-}
 
 
-/*
- * @implemented
- */
-BOOL
-STDCALL
-GdiPlayJournal(
-       DWORD   a0,
-       DWORD   a1,
-       DWORD   a2,
-       DWORD   a3,
-       DWORD   a4
-       )
-{
-    /* FIXME fix the prototype right */
-    return FALSE;
-}
 
 
-/*
- * @implemented
- */
-BOOL
-STDCALL
-GdiPlayScript(
-       DWORD   a0,
-       DWORD   a1,
-       DWORD   a2,
-       DWORD   a3,
-       DWORD   a4,
-       DWORD   a5,
-       DWORD   a6)
-{
-    /* FIXME prototype */
-    return FALSE;
-}
+
+
+
 
 
 /*
@@ -1385,66 +1338,6 @@ GdiConvertAndCheckDC(HDC hdc)
        return 0;
 }
 
-/*
- * @implemented
- */
-HBITMAP 
-STDCALL
-GdiConvertBitmap(HBITMAP hbm)
-{
-    return hbm;
-}
-
-/*
- * @implemented
- */
-HBRUSH
-STDCALL
-GdiConvertBrush(HBRUSH hbr)
-{
-    return hbr;
-}
-
-/*
- * @implemented
- */
-HDC 
-STDCALL
-GdiConvertDC(HDC hdc)
-{
-    return hdc;
-}
-
-/*
- * @implemented
- */
-HFONT 
-STDCALL
-GdiConvertFont(HFONT hfont)
-{
-    return hfont;
-}
-
-/*
- * @implemented
- */
-HPALETTE 
-STDCALL
-GdiConvertPalette(HPALETTE hpal)
-{
-    return hpal;
-}
-
-/*
- * @implemented
- */
-HRGN
-STDCALL
-GdiConvertRegion(HRGN hregion)
-{
-    return hregion;
-}
-
 /*
  * @unimplemented
  */
@@ -1565,20 +1458,6 @@ GdiIsPlayMetafileDC(HDC hdc)
        return 0;
 }
 
-/*
- * @implemented
- */
-BOOL
-STDCALL
-GdiSetAttrs(HDC hdc)
-{
-    return TRUE;
-}
-
-
-
-
-
 /*
  * @unimplemented
  */
@@ -1591,18 +1470,6 @@ GdiValidateHandle(HGDIOBJ hobj)
        return 0;
 }
 
-
-
-/*
- * @implemented
- */
-VOID 
-STDCALL
-GdiSetServerAttr(HDC hdc,DWORD attr)
-{
-    /* it does do nothing */
-}
-
 /*
  * @unimplemented
  */