aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/types.h b/src/types.h
index e18eb87..a7c029a 100644
--- a/src/types.h
+++ b/src/types.h
@@ -83,12 +83,10 @@ struct PuglViewImpl {
struct PuglWorldImpl {
PuglWorldInternals* impl;
PuglWorldHandle handle;
- PuglLogFunc logFunc;
char* className;
double startTime;
size_t numViews;
PuglView** views;
- PuglLogLevel logLevel;
};
/// Opaque surface used by graphics backend