summaryrefslogtreecommitdiff
path: root/cogl/cogl-journal-private.h
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2010-02-10 18:18:30 +0000
committerRobert Bragg <robert@linux.intel.com>2010-02-12 14:05:01 +0000
commitba4b00be42874e3a1af59efaf5426b20ead7519b (patch)
tree0db7a2f8e6e77b949f291c0b51920b7de0c6364b /cogl/cogl-journal-private.h
parent0f5f4e8645d12eb6c5ff99c13503f2380740bb10 (diff)
downloadcogl-ba4b00be42874e3a1af59efaf5426b20ead7519b.tar.gz
cogl: remove redundant _cogl_journal_flush prototype
There was a redundant _cogl_journal_flush function prototype in cogl-primitives.h
Diffstat (limited to 'cogl/cogl-journal-private.h')
-rw-r--r--cogl/cogl-journal-private.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cogl/cogl-journal-private.h b/cogl/cogl-journal-private.h
index a410c8ff..bc5f835c 100644
--- a/cogl/cogl-journal-private.h
+++ b/cogl/cogl-journal-private.h
@@ -40,8 +40,6 @@ typedef struct _CoglJournalEntry
* later. */
} CoglJournalEntry;
-void _cogl_journal_flush (void);
-
void
_cogl_journal_log_quad (float x_1,
float y_1,
@@ -54,4 +52,7 @@ _cogl_journal_log_quad (float x_1,
const float *tex_coords,
unsigned int tex_coords_len);
+void
+_cogl_journal_flush (void);
+
#endif /* __COGL_JOURNAL_PRIVATE_H */