summaryrefslogtreecommitdiffstats
path: root/core/ssrf.h
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-09-16 12:41:35 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-13 07:04:00 -0500
commitbf7954ebe7fa7c1f9c7ca77655f35500ffb057fb (patch)
treecbcd6a95e9a5bcc27adf44bc6b39eecc5ad0ae27 /core/ssrf.h
parenta96be9af689734dbe6d56a28f95a761b5c456e7d (diff)
downloadsubsurface-bf7954ebe7fa7c1f9c7ca77655f35500ffb057fb.tar.gz
core: remove LOG_STP from mobile
LOG_STP is on longer providing the data needed, since a lot of the startup is indirectly in QML, furthermore using the xcode project and running profiler gives much more detailed information Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'core/ssrf.h')
-rw-r--r--core/ssrf.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/ssrf.h b/core/ssrf.h
index 20dc569a4..7f65f2dc5 100644
--- a/core/ssrf.h
+++ b/core/ssrf.h
@@ -12,21 +12,6 @@ extern "C" {
#endif
#ifdef __cplusplus
-
-#ifdef SUBSURFACE_MOBILE
-#ifdef ENABLE_STARTUP_TIMING
-// Declare generic function, will be seen only in CPP code
-// Use void parameters to avoid extra includes
-extern void log_stp(const char *ident, QString *buf);
-
-#define LOG_STP(x) log_stp(x, NULL)
-#define LOG_STP_CLIPBOARD(x) log_stp(NULL, x)
-#else
-#define LOG_STP(x)
-#define LOG_STP_CLIPBOARD(x)
-#endif // ENABLE_STARTUP_TIMING
-#endif // SUBSURFACE_MOBILE
-
}
#else