From 18057e303b31d6dc0698d133d44f07f95a41522b Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 5 Dec 2013 18:54:57 -0800 Subject: [PATCH] Remove getUserAgent. just use navigator.userAgent --- src/atom.coffee | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/atom.coffee b/src/atom.coffee index 6fb271322..be1b3af49 100644 --- a/src/atom.coffee +++ b/src/atom.coffee @@ -352,10 +352,6 @@ class Atom getVersion: -> app.getVersion() - # Public: Gets the user agent of the atom instance. - getUserAgent: -> - "GitHubAtom/#{app.getVersion()}" - # Public: Get the directory path to Atom's configuration area. # # Returns the absolute path to ~/.atom