Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed May 29, 2024
1 parent e57d16b commit aab820e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions Sources/vger/vgerGlyphPathCache.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright © 2021 Audulus LLC. All rights reserved.

#ifndef vgerGlyphPathCache_hpp
#define vgerGlyphPathCache_hpp
#pragma once

#include "vger.h"
#include "vgerPathScanner.h"
Expand Down Expand Up @@ -29,5 +28,3 @@ struct vgerGlyphPathCache {

Info& getInfo(CGGlyph);
};

#endif /* vgerGlyphPathCache_hpp */
5 changes: 1 addition & 4 deletions Sources/vger/vgerPathScanner.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright © 2021 Audulus LLC. All rights reserved.

#ifndef vgerPathScanner_h
#define vgerPathScanner_h
#pragma once

#include <simd/simd.h>
#include <vector>
Expand Down Expand Up @@ -56,5 +55,3 @@ struct vgerPathScanner {
bool next();

};

#endif /* vgerPathScanner_h */
5 changes: 1 addition & 4 deletions Sources/vger/vgerScene.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright © 2021 Audulus LLC. All rights reserved.

#ifndef scene_h
#define scene_h
#pragma once

#import <Metal/Metal.h>
#define VGER_MAX_LAYERS 4
Expand Down Expand Up @@ -68,5 +67,3 @@ struct vgerScene {
paints.clear();
}
};

#endif /* scene_h */

0 comments on commit aab820e

Please sign in to comment.