summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vcl/svtabbx.hxx2
-rw-r--r--include/vcl/treelistbox.hxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/svtabbx.hxx b/include/vcl/svtabbx.hxx
index fda6c2a28c35..d97146806b6a 100644
--- a/include/vcl/svtabbx.hxx
+++ b/include/vcl/svtabbx.hxx
@@ -141,8 +141,6 @@ public:
// Accessible -------------------------------------------------------------
- bool IsTransientChildrenDisabled() const { return !AreChildrenTransient(); }
-
bool IsCellCheckBox( long _nRow, sal_uInt16 _nColumn, TriState& _rState );
/** @return The count of the rows. */
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx
index 0f47b402dc91..ecb1ce8029af 100644
--- a/include/vcl/treelistbox.hxx
+++ b/include/vcl/treelistbox.hxx
@@ -545,8 +545,6 @@ protected:
void ImplEditEntry( SvTreeListEntry* pEntry );
- bool AreChildrenTransient() const;
-
void AdjustEntryHeightAndRecalc();
public: