[gnote] Remove old leftover code



commit dd39a58234e248ad18ea4ad9b90068cdc708ddfb
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sat Oct 26 14:21:48 2019 +0300

    Remove old leftover code

 src/sharp/dynamicmodule.hpp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/sharp/dynamicmodule.hpp b/src/sharp/dynamicmodule.hpp
index e3d6218e..c635eacc 100644
--- a/src/sharp/dynamicmodule.hpp
+++ b/src/sharp/dynamicmodule.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010,2013,2017 Aurimas Cernius
+ * Copyright (C) 2010,2013,2017,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  * 
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -70,9 +70,6 @@ public:
   IfaceFactoryBase * query_interface(const char *) const;
   /** Check if the module provide and interface */
   bool has_interface(const char *) const;
-
-  void load();
-
 protected:
   DynamicModule();
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]