Remove silly empty cBlockGlazedTerracotta class
This commit is contained in:
parent
49f301d5a4
commit
db118af6ae
@ -1,19 +0,0 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "BlockHandler.h"
|
||||
#include "Mixins.h"
|
||||
|
||||
|
||||
class cBlockGlazedTerracottaHandler:
|
||||
public cClearMetaOnDrop<cYawRotator<cBlockHandler, 0x3, 0x1, 0x3, 0x0, 0x2>>
|
||||
{
|
||||
using super = cClearMetaOnDrop<cYawRotator<cBlockHandler, 0x3, 0x1, 0x3, 0x0, 0x2>>;
|
||||
|
||||
public:
|
||||
|
||||
cBlockGlazedTerracottaHandler(BLOCKTYPE a_BlockType) : super(a_BlockType)
|
||||
{
|
||||
}
|
||||
|
||||
};
|
@ -40,7 +40,6 @@
|
||||
#include "BlockFluid.h"
|
||||
#include "BlockFurnace.h"
|
||||
#include "BlockGlass.h"
|
||||
#include "BlockGlazedTerracotta.h"
|
||||
#include "BlockGlowstone.h"
|
||||
#include "BlockGrass.h"
|
||||
#include "BlockGravel.h"
|
||||
@ -98,6 +97,12 @@
|
||||
|
||||
|
||||
|
||||
using cBlockGlazedTerracottaHandler = cClearMetaOnDrop<cYawRotator<cBlockHandler, 0x3, 0x1, 0x3, 0x0, 0x2>>;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
// Tests the meta rotation and mirroring.
|
||||
// Note that the cMetaRotator needs to have its assert paths disabled for this test to work!
|
||||
|
@ -46,7 +46,6 @@ SET (HDRS
|
||||
BlockFluid.h
|
||||
BlockFurnace.h
|
||||
BlockGlass.h
|
||||
BlockGlazedTerracotta.h
|
||||
BlockGlowstone.h
|
||||
BlockGravel.h
|
||||
BlockHandler.h
|
||||
|
Loading…
Reference in New Issue
Block a user