Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
9b6c3231
Commit
9b6c3231
authored
Aug 10, 2010
by
Erwan Tulou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skins2: remove unused function
parent
226d4e65
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
modules/gui/skins2/utils/var_tree.cpp
modules/gui/skins2/utils/var_tree.cpp
+0
-12
modules/gui/skins2/utils/var_tree.hpp
modules/gui/skins2/utils/var_tree.hpp
+0
-1
modules/gui/skins2/vars/playtree.cpp
modules/gui/skins2/vars/playtree.cpp
+0
-2
No files found.
modules/gui/skins2/utils/var_tree.cpp
View file @
9b6c3231
...
@@ -194,18 +194,6 @@ VarTree::Iterator VarTree::prev_uncle()
...
@@ -194,18 +194,6 @@ VarTree::Iterator VarTree::prev_uncle()
return
root
()
->
begin
();
return
root
()
->
begin
();
}
}
void
VarTree
::
checkParents
(
VarTree
*
pParent
)
{
m_pParent
=
pParent
;
Iterator
it
=
begin
();
while
(
it
!=
end
()
)
{
it
->
checkParents
(
this
);
it
++
;
}
}
int
VarTree
::
visibleItems
()
int
VarTree
::
visibleItems
()
{
{
int
i_count
=
size
();
int
i_count
=
size
();
...
...
modules/gui/skins2/utils/var_tree.hpp
View file @
9b6c3231
...
@@ -103,7 +103,6 @@ public:
...
@@ -103,7 +103,6 @@ public:
/// Parent node
/// Parent node
VarTree
*
parent
()
{
return
m_pParent
;
}
VarTree
*
parent
()
{
return
m_pParent
;
}
void
checkParents
(
VarTree
*
pParent
);
/// Get next sibling
/// Get next sibling
Iterator
getNextSibling
(
Iterator
);
Iterator
getNextSibling
(
Iterator
);
...
...
modules/gui/skins2/vars/playtree.cpp
View file @
9b6c3231
...
@@ -274,7 +274,5 @@ void Playtree::buildTree()
...
@@ -274,7 +274,5 @@ void Playtree::buildTree()
buildNode
(
m_pPlaylist
->
p_root_category
,
*
this
);
buildNode
(
m_pPlaylist
->
p_root_category
,
*
this
);
playlist_Unlock
(
m_pPlaylist
);
playlist_Unlock
(
m_pPlaylist
);
// What is it ?
// checkParents( NULL );
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment