Removed CAPI base classes from glbarcode.
Will reconcile when merging back to stand-alone version of glbarcode.
This commit is contained in:
+1
-7
@@ -27,12 +27,6 @@
|
||||
#include "Renderer.h"
|
||||
|
||||
|
||||
/**
|
||||
* Barcode base for CAPI
|
||||
*/
|
||||
extern "C" struct gbcBarcode {};
|
||||
|
||||
|
||||
namespace glbarcode
|
||||
{
|
||||
|
||||
@@ -47,7 +41,7 @@ namespace glbarcode
|
||||
* See Barcode1dBase or Barcode2dBase.
|
||||
*
|
||||
*/
|
||||
class Barcode : public gbcBarcode
|
||||
class Barcode
|
||||
{
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user