summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-03-03 17:37:02 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2015-03-03 17:44:15 +0000
commit253292802cef191cf8c06ee8b337104f7e73279f (patch)
tree62601340fd29b50af0c837f0876d1e0ffa19889e /doc
parentdf15f04fc0474be09e6839618c598d43aee920e5 (diff)
downloadclutter-253292802cef191cf8c06ee8b337104f7e73279f.tar.gz
Drop the UProf dependency
Nobody has been compiling Clutter with profiling enabled in a long time. UProf itself hasn't been updated in 5 years, and it still depends on deprecated components like dbus-glib, with no port to GDBus in sight. The profiling code was moderately useful in the past, but these days it's probably better to profile Cogl than Clutter itself; timing information can be extracted by the timestamp on each diagnostic message that is now available by default in the CLUTTER_NOTE macro, and we can add ad hoc counters where needed.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/clutter/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/reference/clutter/Makefile.am b/doc/reference/clutter/Makefile.am
index 75a5b5135..7fb44c167 100644
--- a/doc/reference/clutter/Makefile.am
+++ b/doc/reference/clutter/Makefile.am
@@ -93,7 +93,6 @@ IGNORE_HFILES = \
clutter-paint-node-private.h \
clutter-paint-volume-private.h \
clutter-private.h \
- clutter-profile.h \
clutter-script-private.h \
clutter-settings-private.h \
clutter-stage-manager-private.h \