Remove IDE comment

This commit is contained in:
Lior Halphon 2020-04-09 17:25:14 +03:00
parent 4a21dd3232
commit 1d80c185d8
2 changed files with 0 additions and 16 deletions

View File

@ -1,11 +1,3 @@
//
// GBSplitView.h
// SameBoySDL
//
// Created by Lior Halphon on 9/4/20.
// Copyright © 2020 Lior Halphon. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface GBSplitView : NSSplitView

View File

@ -1,11 +1,3 @@
//
// GBSplitView.m
// SameBoySDL
//
// Created by Lior Halphon on 9/4/20.
// Copyright © 2020 Lior Halphon. All rights reserved.
//
#import "GBSplitView.h"
@implementation GBSplitView