Kaydet (Commit) 7ce98f34 authored tarafından Santiago Martinez's avatar Santiago Martinez Kaydeden (comit) Michael Stahl

Removed unused code as listed in unusedcode.easy

üst abc07e01
...@@ -326,7 +326,6 @@ public: ...@@ -326,7 +326,6 @@ public:
WString& getName(){ return name; } WString& getName(){ return name; }
bool IsEnabled(); bool IsEnabled();
bool IsMenuToolbar(){ return ( ( ltbtr & 0x2000000 ) == 0x2000000 ); } bool IsMenuToolbar(){ return ( ( ltbtr & 0x2000000 ) == 0x2000000 ); }
bool NeedsPositioning();
}; };
class MSFILTER_DLLPUBLIC SRECT : public TBBase class MSFILTER_DLLPUBLIC SRECT : public TBBase
......
...@@ -781,11 +781,6 @@ bool TB::IsEnabled() ...@@ -781,11 +781,6 @@ bool TB::IsEnabled()
return ( bFlags & 0x01 ) != 0x01; return ( bFlags & 0x01 ) != 0x01;
} }
bool TB::NeedsPositioning()
{
return ( bFlags & 0x10 ) == 0x10;
}
void TB::Print( FILE* fp ) void TB::Print( FILE* fp )
{ {
Indent a; Indent a;
......
...@@ -711,7 +711,6 @@ SwpHtStart::Insert(SwTxtAttr const**, unsigned short) ...@@ -711,7 +711,6 @@ SwpHtStart::Insert(SwTxtAttr const**, unsigned short)
SwpHtStart::Insert(SwpHtStart const*, unsigned short, unsigned short) SwpHtStart::Insert(SwpHtStart const*, unsigned short, unsigned short)
SwpHtStart::Remove(SwTxtAttr const*&, unsigned short) SwpHtStart::Remove(SwTxtAttr const*&, unsigned short)
SystemChildWindow::SystemChildWindow(Window*, ResId const&) SystemChildWindow::SystemChildWindow(Window*, ResId const&)
TB::NeedsPositioning()
TESortedPositions::Insert(TESortedPositions const*, unsigned short, unsigned short) TESortedPositions::Insert(TESortedPositions const*, unsigned short, unsigned short)
TESortedPositions::Insert(unsigned long const&, unsigned short&) TESortedPositions::Insert(unsigned long const&, unsigned short&)
TESortedPositions::Insert(unsigned long const*, unsigned short) TESortedPositions::Insert(unsigned long const*, unsigned short)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment