diff --git a/Laptop/BaseTable.h b/Laptop/BaseTable.h index 933bba7a0..d76fdc746 100644 --- a/Laptop/BaseTable.h +++ b/Laptop/BaseTable.h @@ -448,12 +448,6 @@ private: void operator=(TestTableTemplate const&); }; -template -void TestTableTemplate::SetRefresh(); - -template -void TestTableTemplate::Init( UINT16 sX, UINT16 sY, UINT16 sX_End, UINT16 sY_End ); - template void* TestTableTemplate::mpSelf = NULL; @@ -520,9 +514,6 @@ private: void operator=(TabBoxTemplate const&); }; -template -void TabBoxTemplate::SetRefresh( ); - template void* TabBoxTemplate::mpSelf = NULL; diff --git a/Laptop/DropDown.h b/Laptop/DropDown.h index dd5e36de1..c1848b9f9 100644 --- a/Laptop/DropDown.h +++ b/Laptop/DropDown.h @@ -417,9 +417,6 @@ private: void operator=(DropDownTemplate const&); }; -template -void DropDownTemplate::SetRefresh(); - template void* DropDownTemplate::mpSelf = NULL;