Mark some unused fields.

This commit is contained in:
Ms2ger 2014-06-28 17:08:57 +02:00
parent 924031135e
commit 362feaa4a9
2 changed files with 4 additions and 4 deletions

View file

@ -157,8 +157,8 @@ pub struct SharedLayoutData {
/// Encapsulates the abstract layout data.
pub struct LayoutData {
chan: Option<LayoutChan>,
shared_data: SharedLayoutData,
data: *(),
_shared_data: SharedLayoutData,
_data: *(),
}
pub struct LayoutDataRef {