diff options
Diffstat (limited to 'libmate-desktop/test-ditem.c')
-rw-r--r-- | libmate-desktop/test-ditem.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmate-desktop/test-ditem.c b/libmate-desktop/test-ditem.c index 8ab6d29..5eab025 100644 --- a/libmate-desktop/test-ditem.c +++ b/libmate-desktop/test-ditem.c @@ -74,7 +74,6 @@ test_ditem (const char *file) "de"); g_print ("NAME(lang=de): |%s|\n", text); - text = mate_desktop_item_get_localestring_lang (ditem, MATE_DESKTOP_ITEM_NAME, NULL); @@ -127,7 +126,6 @@ launch_item (const char *file) g_print ("launch returned: %d\n", ret); } - int main (int argc, char **argv) { |