mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Google analytics removed. Completely wrong, we use the compilation
server numbers instead.
This commit is contained in:
parent
cedac96cf4
commit
2fbd68ecb3
11 changed files with 1 additions and 124 deletions
|
@ -3,7 +3,6 @@
|
|||
#include <QtGui>
|
||||
#include "eeprominterface.h"
|
||||
#include "flashinterface.h"
|
||||
#include "googleanalytics.h"
|
||||
|
||||
#if defined WIN32 || !defined __GNUC__
|
||||
#include <Windows.h>
|
||||
|
@ -94,8 +93,6 @@ avrOutputDialog::avrOutputDialog(QWidget *parent, QString prog, QStringList arg,
|
|||
process->start(prog,arg);
|
||||
}
|
||||
}
|
||||
|
||||
ga.sendPageView(getBoardName(GetCurrentFirmware()->getBoard()) + " Flash");
|
||||
}
|
||||
|
||||
# if !__GNUC__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue