libsysprof-ui: cleanup

This commit is contained in:
Christian Hergert
2019-05-14 13:05:47 -07:00
parent 209a2689d9
commit 5f5920a6d4
2 changed files with 5 additions and 9 deletions

View File

@ -32,7 +32,6 @@
#include "sysprof-zoom-manager.h" #include "sysprof-zoom-manager.h"
#define NSEC_PER_SEC G_GUINT64_CONSTANT(1000000000) #define NSEC_PER_SEC G_GUINT64_CONSTANT(1000000000)
#define DEFAULT_PIXELS_PER_SECOND 20
typedef struct typedef struct
{ {

View File

@ -31,9 +31,6 @@
#include "sysprof-visualizer-ticks.h" #include "sysprof-visualizer-ticks.h"
#include "sysprof-visualizer-view.h" #include "sysprof-visualizer-view.h"
#define NSEC_PER_SEC G_GINT64_CONSTANT(1000000000)
#define DEFAULT_PIXELS_PER_SECOND 20
typedef struct typedef struct
{ {
SysprofCaptureReader *reader; SysprofCaptureReader *reader;