mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 00:41:58 +02:00
cleanup: Remove unused clapperVersion variable
This commit is contained in:
@@ -289,7 +289,7 @@ class ClapperAboutDialog extends Gtk.AboutDialog
|
||||
modal: true,
|
||||
program_name: Misc.appName,
|
||||
comments: _('A GNOME media player powered by GStreamer'),
|
||||
version: Misc.getClapperVersion(),
|
||||
version: pkg.version,
|
||||
authors: ['Rafał Dzięgiel'],
|
||||
artists: ['Rafał Dzięgiel'],
|
||||
license_type: Gtk.License.GPL_3_0,
|
||||
|
Reference in New Issue
Block a user