Remove another dead assignment

This commit is contained in:
Matthias Clasen 2009-09-07 03:10:01 -04:00
parent f2c8572d84
commit 0d1ffbf361

View File

@ -117,13 +117,11 @@ g_data_input_stream_set_property (GObject *object,
const GValue *value,
GParamSpec *pspec)
{
GDataInputStreamPrivate *priv;
GDataInputStream *dstream;
dstream = G_DATA_INPUT_STREAM (object);
priv = dstream->priv;
switch (prop_id)
switch (prop_id)
{
case PROP_BYTE_ORDER:
g_data_input_stream_set_byte_order (dstream, g_value_get_enum (value));