Kaydet (Commit) 54a5ae1b authored tarafından Noel Grandin's avatar Noel Grandin

remove unused Link<> fields

Change-Id: I824cfe9c909be31e8205d05cc5c6136a17fd98bb
üst c6290642
...@@ -100,8 +100,6 @@ class ClientBox : public Control ...@@ -100,8 +100,6 @@ class ClientBox : public Control
long m_nActiveHeight; long m_nActiveHeight;
long m_nExtraHeight; long m_nExtraHeight;
Size m_aOutputSize; Size m_aOutputSize;
Link<> m_aClickHdl;
Link<> m_aDeauthoriseHdl;
VclPtr<NumericBox> m_aPinBox; VclPtr<NumericBox> m_aPinBox;
VclPtr<PushButton> m_aDeauthoriseButton; VclPtr<PushButton> m_aDeauthoriseButton;
...@@ -157,7 +155,6 @@ public: ...@@ -157,7 +155,6 @@ public:
long PointToPos( const Point& rPos ); long PointToPos( const Point& rPos );
void SetScrollHdl( const Link<>& rLink ); void SetScrollHdl( const Link<>& rLink );
void DoScroll( long nDelta ); void DoScroll( long nDelta );
void SetHyperlinkHdl( const Link<>& rLink ){ m_aClickHdl = rLink; }
void RecalcAll(); void RecalcAll();
void RemoveUnlocked(); void RemoveUnlocked();
......
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