diff options
author | Adam Jackson <ajax@redhat.com> | 2008-11-25 14:20:58 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-11-25 15:05:20 -0500 |
commit | 88297558aada44bc714ad57adbeed3740aaadee5 (patch) | |
tree | 429f66c4cca815a7bd02407c9cb88f82780c9076 /dbe/dbestruct.h | |
parent | e5eaea599ab16428c69912b6b3427ebe46707d7c (diff) |
Dead code cleanup over DBE.
No DDXes have explicit DBE support anymore, so the init registration
table never got used. Just nuke it all.
Diffstat (limited to 'dbe/dbestruct.h')
-rw-r--r-- | dbe/dbestruct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbe/dbestruct.h b/dbe/dbestruct.h index 7d5a115ad..641f209da 100644 --- a/dbe/dbestruct.h +++ b/dbe/dbestruct.h @@ -74,6 +74,7 @@ /* Marker for free elements in the buffer ID array. */ #define DBE_FREE_ID_ELEMENT 0 +extern void DbeExtensionInit (void); /* TYPEDEFS */ |