Commit a960a8e97dddc92027274eeaadab5dffcb7ab8d5

Authored by Antonio Terceiro
1 parent 6ee23a50

vendor/gdata: remove usage of deprecated $KCODE variable

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
vendor/gdata-1.1.1/lib/gdata.rb
... ... @@ -17,5 +17,3 @@ $:.unshift(File.dirname(__FILE__))
17 17 require 'gdata/http'
18 18 require 'gdata/client'
19 19 require 'gdata/auth'
20   -# This is for Unicode "support"
21   -$KCODE = 'UTF8'
... ...