Code cleanup

This commit is contained in:
Pierre Pronchery 2014-04-01 00:37:12 +02:00
parent a658b9c7b7
commit 25f382aa8e

View File

@ -226,7 +226,7 @@ Desktop * desktop_new(DesktopPrefs * prefs)
{
Desktop * desktop;
#if !GTK_CHECK_VERSION(2, 24, 0)
int depth;
gint depth;
#endif
if((desktop = object_new(sizeof(*desktop))) == NULL)