summaryrefslogtreecommitdiff
path: root/src/texture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/texture.cpp')
-rw-r--r--src/texture.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/texture.cpp b/src/texture.cpp
index ac2a8e4..ce1d479 100644
--- a/src/texture.cpp
+++ b/src/texture.cpp
@@ -17,7 +17,6 @@
#include "texture.hpp"
#include "core.hpp"
-#include "pgm_image.hpp"
#include "vk/texture.hpp"
void
@@ -46,8 +45,6 @@ texture_alloc(mrb_state *mrb, mrb_value klass)
static mrb_value
cg_cTexture_from_image(mrb_state *mrb, mrb_value self)
{
- PGMImage pgm_img;
-
struct mrb_value texture = texture_alloc(mrb, self);
const char *file_path;
std::shared_ptr<VK::Texture> *ptr;