Remove dead code

This commit is contained in:
Marco Antognini 2013-06-28 18:00:13 +02:00
parent 365f7999eb
commit 5aa87f7719
3 changed files with 0 additions and 22 deletions

View File

@ -121,14 +121,6 @@
}
////////////////////////////////////////////////////////
-(void)setCursorPositionToX:(unsigned int)x Y:(unsigned int)y
{
// Forward to...
[m_oglView setCursorPositionToX:x Y:y];
}
////////////////////////////////////////////////////////////
-(NSPoint)position
{

View File

@ -281,14 +281,6 @@
}
////////////////////////////////////////////////////////
-(void)setCursorPositionToX:(unsigned int)x Y:(unsigned int)y
{
// Forward to...
[m_oglView setCursorPositionToX:x Y:y];
}
////////////////////////////////////////////////////////////
-(NSPoint)position
{

View File

@ -88,12 +88,6 @@ namespace sf {
-(void)hideMouseCursor;
-(void)showMouseCursor;
////////////////////////////////////////////////////////////
/// Move the mouse cursor to (x,y) (SFML Coordinates).
///
////////////////////////////////////////////////////////////
-(void)setCursorPositionToX:(unsigned int)x Y:(unsigned int)y;
////////////////////////////////////////////////////////////
/// Get window's position.
///