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/MainPage.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/MainPage.xaml.h')
-rw-r--r-- | vsixtest/MainPage.xaml.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/vsixtest/MainPage.xaml.h b/vsixtest/MainPage.xaml.h deleted file mode 100644 index ea327a3e4..000000000 --- a/vsixtest/MainPage.xaml.h +++ /dev/null @@ -1,22 +0,0 @@ -// -// MainPage.xaml.h -// Declaration of the MainPage class. -// - -#pragma once - -#include "MainPage.g.h" - -namespace vsixtest -{ - /// <summary> - /// An empty page that can be used on its own or navigated to within a Frame. - /// </summary> - public ref class MainPage sealed - { - public: - MainPage(); - void UseSQLite(void); - - }; -} |