Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
51727d9a
Commit
51727d9a
authored
Sep 11, 2009
by
Ludovic Fauvet
Browse files
Remove unused variable
parent
dc123252
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GUI/GraphicsCursorItem.cpp
View file @
51727d9a
...
...
@@ -4,7 +4,6 @@
GraphicsCursorItem
::
GraphicsCursorItem
(
const
QPen
&
pen
)
:
m_pen
(
pen
)
{
int
height
;
setFlags
(
QGraphicsItem
::
ItemIgnoresTransformations
|
QGraphicsItem
::
ItemIsMovable
);
setCursor
(
QCursor
(
Qt
::
SizeHorCursor
)
);
setZValue
(
100
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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