E_FM: No reason to have a variable for Instance if we are not going to

use it.



SVN revision: 73873
This commit is contained in:
Christopher Michael 2012-07-15 11:19:25 +00:00
parent d0ceff8feb
commit ab6ef0b56f
1 changed files with 2 additions and 2 deletions

View File

@ -238,9 +238,9 @@ _gc_shutdown(E_Gadcon_Client *gcc)
static void static void
_gc_orient(E_Gadcon_Client *gcc, E_Gadcon_Orient orient) _gc_orient(E_Gadcon_Client *gcc, E_Gadcon_Orient orient)
{ {
Instance *inst; /* Instance *inst; */
inst = gcc->data; /* inst = gcc->data; */
switch (orient) switch (orient)
{ {
case E_GADCON_ORIENT_TOP: case E_GADCON_ORIENT_TOP: