summaryrefslogtreecommitdiff
path: root/src/vm/appdomainnative.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/appdomainnative.hpp')
-rw-r--r--src/vm/appdomainnative.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vm/appdomainnative.hpp b/src/vm/appdomainnative.hpp
index a2faff068c..6f6c564869 100644
--- a/src/vm/appdomainnative.hpp
+++ b/src/vm/appdomainnative.hpp
@@ -117,13 +117,6 @@ public:
-#if defined(FEATURE_APPX_BINDER)
- static
- ICLRPrivBinder * QCALLTYPE CreateDesignerContext(LPCWSTR *rgPaths, UINT cPaths, BOOL fShared);
-
- static
- void QCALLTYPE SetCurrentDesignerContext(BOOL fDesignerContext, ICLRPrivBinder *newContext);
-#endif
};
#endif