Kaydet (Commit) 7506c4ea authored tarafından Enrico Tröger's avatar Enrico Tröger

removed temporary inline code, some code beautifications


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@150 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst cbee7ba9
This diff is collapsed.
......@@ -1305,7 +1305,7 @@ gdouble utils_scale_round (gdouble val, gdouble factor)
}
INLINE void utils_widget_show_hide(GtkWidget *widget, gboolean show)
void utils_widget_show_hide(GtkWidget *widget, gboolean show)
{
if (show)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment