mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove some unused variables
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fe773241ee
commit
59785345f8
2 changed files with 0 additions and 2 deletions
|
@ -68,7 +68,6 @@ QPair<int, int> TagWidget::getCursorTagPosition()
|
||||||
|
|
||||||
void TagWidget::highlight()
|
void TagWidget::highlight()
|
||||||
{
|
{
|
||||||
int i = 0, start = 0, end = 0;
|
|
||||||
removeAllBlocks();
|
removeAllBlocks();
|
||||||
int lastPos = 0;
|
int lastPos = 0;
|
||||||
Q_FOREACH (const QString& s, text().split(QChar(','), QString::SkipEmptyParts)) {
|
Q_FOREACH (const QString& s, text().split(QChar(','), QString::SkipEmptyParts)) {
|
||||||
|
|
|
@ -168,7 +168,6 @@ void write_no_trip(struct membuffer *b, int *dive_no)
|
||||||
|
|
||||||
void write_trip(struct membuffer *b, dive_trip_t *trip, int *dive_no)
|
void write_trip(struct membuffer *b, dive_trip_t *trip, int *dive_no)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
struct dive *dive;
|
struct dive *dive;
|
||||||
|
|
||||||
put_format(b, "{");
|
put_format(b, "{");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue