src/java.desktop/windows/native/libawt/java2d/d3d/D3DContext.h
changeset 58324 0aba35254e00
parent 47216 71c04702a3d5
--- a/src/java.desktop/windows/native/libawt/java2d/d3d/D3DContext.h	Thu Sep 12 22:20:35 2019 -0700
+++ b/src/java.desktop/windows/native/libawt/java2d/d3d/D3DContext.h	Fri Sep 13 17:35:12 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -133,13 +133,6 @@
     HRESULT ResetContext();
     HRESULT CheckAndResetDevice();
 
-    // saves the state of the D3D device in a state block, resets
-    // context's state to STATE_CHANGE
-    HRESULT SaveState();
-    // restores the state of the D3D device from existing state block,
-    // resets context's state to STATE_CHANGE
-    HRESULT RestoreState();
-
     void    ReleaseContextResources();
     void    ReleaseDefPoolResources();
     virtual ~D3DContext();