remove magic encoding comments from template files (which are not needed)

This commit is contained in:
Laurent Sansonetti
2014-03-05 12:27:58 +01:00
committed by Watson
parent a7c839173c
commit c12dc01358
5 changed files with 0 additions and 10 deletions

View File

@@ -1,5 +1,3 @@
# encoding: utf-8
class AppDelegate
def application(application, didFinishLaunchingWithOptions:launchOptions)
true

View File

@@ -1,5 +1,3 @@
# encoding: utf-8
class AppDelegate
def application(application, didFinishLaunchingWithOptions:launchOptions)
true

View File

@@ -1,7 +1,5 @@
# encoding: utf-8
# -*- coding: utf-8 -*-
#
# Copyright (c) 2012, HipByte SPRL and contributors
# All rights reserved.
#

View File

@@ -1,5 +1,3 @@
# encoding: utf-8
class AppDelegate
def applicationDidFinishLaunching(notification)
buildMenu

View File

@@ -1,5 +1,3 @@
# encoding: utf-8
class AppDelegate
def buildMenu
@mainMenu = NSMenu.new