dmobject: Remove unused unimpl_IPersistStream_GetClassID() functions.

Francois Gouget fgouget at free.fr
Fri Aug 7 04:54:16 CDT 2015


---
 dlls/dmcompos/dmobject.c | 6 ------
 dlls/dmime/dmobject.c    | 6 ------
 dlls/dmloader/dmobject.c | 6 ------
 dlls/dmstyle/dmobject.c  | 6 ------
 dlls/dswave/dmobject.c   | 6 ------
 5 files changed, 30 deletions(-)

diff --git a/dlls/dmcompos/dmobject.c b/dlls/dmcompos/dmobject.c
index cabb6f7..334f56a 100644
--- a/dlls/dmcompos/dmobject.c
+++ b/dlls/dmcompos/dmobject.c
@@ -150,12 +150,6 @@ HRESULT WINAPI dmobj_IPersistStream_GetClassID(IPersistStream *iface, CLSID *cla
 }
 
 /* IPersistStream methods not implemented in native */
-HRESULT WINAPI unimpl_IPersistStream_GetClassID(IPersistStream *iface, CLSID *class)
-{
-    TRACE("(%p, %p): method not implemented\n", iface, class);
-    return E_NOTIMPL;
-}
-
 HRESULT WINAPI unimpl_IPersistStream_IsDirty(IPersistStream *iface)
 {
     TRACE("(%p): method not implemented, always returning S_FALSE\n", iface);
diff --git a/dlls/dmime/dmobject.c b/dlls/dmime/dmobject.c
index cabb6f7..334f56a 100644
--- a/dlls/dmime/dmobject.c
+++ b/dlls/dmime/dmobject.c
@@ -150,12 +150,6 @@ HRESULT WINAPI dmobj_IPersistStream_GetClassID(IPersistStream *iface, CLSID *cla
 }
 
 /* IPersistStream methods not implemented in native */
-HRESULT WINAPI unimpl_IPersistStream_GetClassID(IPersistStream *iface, CLSID *class)
-{
-    TRACE("(%p, %p): method not implemented\n", iface, class);
-    return E_NOTIMPL;
-}
-
 HRESULT WINAPI unimpl_IPersistStream_IsDirty(IPersistStream *iface)
 {
     TRACE("(%p): method not implemented, always returning S_FALSE\n", iface);
diff --git a/dlls/dmloader/dmobject.c b/dlls/dmloader/dmobject.c
index cabb6f7..334f56a 100644
--- a/dlls/dmloader/dmobject.c
+++ b/dlls/dmloader/dmobject.c
@@ -150,12 +150,6 @@ HRESULT WINAPI dmobj_IPersistStream_GetClassID(IPersistStream *iface, CLSID *cla
 }
 
 /* IPersistStream methods not implemented in native */
-HRESULT WINAPI unimpl_IPersistStream_GetClassID(IPersistStream *iface, CLSID *class)
-{
-    TRACE("(%p, %p): method not implemented\n", iface, class);
-    return E_NOTIMPL;
-}
-
 HRESULT WINAPI unimpl_IPersistStream_IsDirty(IPersistStream *iface)
 {
     TRACE("(%p): method not implemented, always returning S_FALSE\n", iface);
diff --git a/dlls/dmstyle/dmobject.c b/dlls/dmstyle/dmobject.c
index cabb6f7..334f56a 100644
--- a/dlls/dmstyle/dmobject.c
+++ b/dlls/dmstyle/dmobject.c
@@ -150,12 +150,6 @@ HRESULT WINAPI dmobj_IPersistStream_GetClassID(IPersistStream *iface, CLSID *cla
 }
 
 /* IPersistStream methods not implemented in native */
-HRESULT WINAPI unimpl_IPersistStream_GetClassID(IPersistStream *iface, CLSID *class)
-{
-    TRACE("(%p, %p): method not implemented\n", iface, class);
-    return E_NOTIMPL;
-}
-
 HRESULT WINAPI unimpl_IPersistStream_IsDirty(IPersistStream *iface)
 {
     TRACE("(%p): method not implemented, always returning S_FALSE\n", iface);
diff --git a/dlls/dswave/dmobject.c b/dlls/dswave/dmobject.c
index cabb6f7..334f56a 100644
--- a/dlls/dswave/dmobject.c
+++ b/dlls/dswave/dmobject.c
@@ -150,12 +150,6 @@ HRESULT WINAPI dmobj_IPersistStream_GetClassID(IPersistStream *iface, CLSID *cla
 }
 
 /* IPersistStream methods not implemented in native */
-HRESULT WINAPI unimpl_IPersistStream_GetClassID(IPersistStream *iface, CLSID *class)
-{
-    TRACE("(%p, %p): method not implemented\n", iface, class);
-    return E_NOTIMPL;
-}
-
 HRESULT WINAPI unimpl_IPersistStream_IsDirty(IPersistStream *iface)
 {
     TRACE("(%p): method not implemented, always returning S_FALSE\n", iface);
-- 
2.4.6




More information about the wine-patches mailing list