Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
JuK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
Multimedia
JuK
Commits
27e2d387
Commit
27e2d387
authored
Mar 06, 2009
by
Michael Pyne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused code
svn path=/trunk/KDE/kdemultimedia/juk/; revision=935734
parent
08967e3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
playermanager.cpp
playermanager.cpp
+0
-5
playermanager.h
playermanager.h
+0
-1
No files found.
playermanager.cpp
View file @
27e2d387
...
...
@@ -61,7 +61,6 @@ PlayerManager::PlayerManager() :
m_sliderAction
(
0
),
m_playlistInterface
(
0
),
m_statusLabel
(
0
),
m_noSeek
(
false
),
m_muted
(
false
),
m_setup
(
false
),
m_curOutputPath
(
0
)
...
...
@@ -429,12 +428,8 @@ void PlayerManager::slotTick(qint64 msec)
if
(
!
m_setup
||
!
m_playlistInterface
)
return
;
m_noSeek
=
true
;
if
(
m_statusLabel
)
m_statusLabel
->
setItemCurrentTime
(
msec
/
1000
);
m_noSeek
=
false
;
}
void
PlayerManager
::
slotStateChanged
(
Phonon
::
State
newstate
,
Phonon
::
State
oldstate
)
...
...
playermanager.h
View file @
27e2d387
...
...
@@ -126,7 +126,6 @@ private:
SliderAction
*
m_sliderAction
;
PlaylistInterface
*
m_playlistInterface
;
StatusLabel
*
m_statusLabel
;
bool
m_noSeek
;
bool
m_muted
;
bool
m_setup
;
...
...
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