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
parent a64576be7b
commit 0f4374526a
6 changed files with 0 additions and 12 deletions

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 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