Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
0c273c47
Commit
0c273c47
authored
Mar 28, 2016
by
Tomaz Canabrava
Browse files
Found a unused class, safe to remove.
Signed-off-by:
Tomaz Canabrava
<
tomaz.canabrava@intel.com
>
parent
3c531816
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MG.h
View file @
0c273c47
...
...
@@ -62,34 +62,6 @@ public:
}
};
class
SLEEP
:
public
QThread
{
public:
/**
* @brief Set a thread to sleep for seconds
* @param s time in seconds to sleep
**/
static
void
sleep
(
unsigned
long
s
)
{
QThread
::
sleep
(
s
);
}
/**
* @brief Set a thread to sleep for milliseconds
* @param ms time in milliseconds to sleep
**/
static
void
msleep
(
unsigned
long
ms
)
{
QThread
::
msleep
(
ms
);
}
/**
* @brief Set a thread to sleep for microseconds
* @param us time in microseconds to sleep
**/
static
void
usleep
(
unsigned
long
us
)
{
QThread
::
usleep
(
us
);
}
};
class
UNITS
{
public:
...
...
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