diff options
-rw-r--r-- | sensors-applet/about-dialog.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sensors-applet/about-dialog.c b/sensors-applet/about-dialog.c index 602fe05..993428f 100644 --- a/sensors-applet/about-dialog.c +++ b/sensors-applet/about-dialog.c @@ -45,9 +45,4 @@ void about_dialog_open(SensorsApplet *sensors_applet) { "website", "http://www.mate-desktop.org", NULL); - - if (translator != NULL) { - g_free(translator); - } - } |