diff options
author | drh <> | 2024-10-28 13:16:32 +0000 |
---|---|---|
committer | drh <> | 2024-10-28 13:16:32 +0000 |
commit | dfa64c55424ac0ddad20ecf3d63f39a98648101e (patch) | |
tree | eeee49f5f711ad382548a3743092ce59aafd5cc6 /vsixtest/App.xaml.h | |
parent | 5f05a7c3c706c39359f62b767de08508df1d8886 (diff) | |
download | sqlite-dfa64c55424ac0ddad20ecf3d63f39a98648101e.tar.gz sqlite-dfa64c55424ac0ddad20ecf3d63f39a98648101e.zip |
Remove the long-unused, legacy vsixtest/ logic from the source tree.
FossilOrigin-Name: 45ec9415b2b76a757e8bd25eed520dcc012ba67cbb3530ee8dcc42ac6125464a
Diffstat (limited to 'vsixtest/App.xaml.h')
-rw-r--r-- | vsixtest/App.xaml.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/vsixtest/App.xaml.h b/vsixtest/App.xaml.h deleted file mode 100644 index 5fa8837d3..000000000 --- a/vsixtest/App.xaml.h +++ /dev/null @@ -1,27 +0,0 @@ -// -// App.xaml.h -// Declaration of the App class. -// - -#pragma once - -#include "App.g.h" - -namespace vsixtest -{ - /// <summary> - /// Provides application-specific behavior to supplement the default Application class. - /// </summary> - ref class App sealed - { - protected: - virtual void OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ e) override; - - internal: - App(); - - private: - void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e); - void OnNavigationFailed(Platform::Object ^sender, Windows::UI::Xaml::Navigation::NavigationFailedEventArgs ^e); - }; -} |